Fixed some compatibility issues with GCC 3.0.1 and the Intel C++ Compiler
for Linux v5.
This commit is contained in:
parent
e4523b3080
commit
94a13c6d53
4 changed files with 28 additions and 19 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Reference in a new issue