Skip to content
Snippets Groups Projects
Commit d0457b70 authored by Thiago Macieira's avatar Thiago Macieira
Browse files

Compile the C++ parser library with Sun CC 5.9.

Things you mustn't do:
1) end an enum with a comma

2) #include <cxxxx> and not use std::

3) use anonymous structures

All three things are invalid C++. Anonymous structures inside
anonymous unions are allowed by GCC, but that doesn't mean it's valid.
parent 88549a4b
No related branches found
No related tags found
No related merge requests found
Showing
with 259 additions and 247 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment