Update of /cvsroot/cpptool/CppParser/examples/parser
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6763/examples/parser
Modified Files:
node.h
Log Message:
-- fix the problem with "std::size_t" when compiling with VC6
Index: node.h
===================================================================
RCS file: /cvsroot/cpptool/CppParser/examples/parser/node.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** node.h 8 Jun 2004 20:23:14 -0000 1.1.1.1
--- node.h 9 Aug 2004 11:01:09 -0000 1.2
***************
*** 2,5 ****
--- 2,6 ----
# define PARSER_NODE_H_INCLUDED
+ # include <boost/compatibility/cpp_c_headers/cstddef>
# include <boost/intrusive_ptr.hpp>
# include "token.h"
|