macbishop b2c9942f51 Compilation was broken due to undef. symbols in compilers with 2 stage
name-lookup (such as gcc >= 3.4). The fix for this is to tell the
compiler what symbols to use withlines like: using MultiArg<T>::_name;

This is now done and everything compiles fine. Since I'm not sure
about the support for things like using MultiArg<T>::_name; on all
compilers it is ifdef:ed away by default. To get 2 stage name-lookup
to work you have to add -DTWO_STAGE_NAME_LOOKUP to your CXXFLAGS
before running configure.
2004-09-04 21:09:37 +00:00
..
2004-07-04 02:31:35 +00:00
2004-08-11 02:45:27 +00:00
2004-08-11 02:45:27 +00:00
2004-08-11 02:45:27 +00:00
2003-03-19 02:39:58 +00:00
2004-08-11 03:05:04 +00:00
2004-08-11 02:45:27 +00:00
2004-08-11 03:05:04 +00:00
2004-08-11 02:45:27 +00:00