Fixed some compatibility issues with GCC 3.0.1 and the Intel C++ Compiler

for Linux v5.
This commit is contained in:
jeggermo 2002-02-04 13:16:50 +00:00
commit 94a13c6d53
4 changed files with 28 additions and 19 deletions

View file

@ -56,6 +56,13 @@ public :
typedef parse_tree<Node>::subtree Subtree;
/* For Compatibility with the intel C++ compiler for Linux 5.x */
typedef Node reference;
typedef const reference const_reference;
/**
* Default Constructor
*/