JULES D'ENTREMONT wrote:
"/nsm/rollsbuild/thirdparty/boost/boost_1_25_0/boost/iterator_adaptors.hpp", line 922: Error: Invalid template parameter default. "/nsm/rollsbuild/thirdparty/boost/boost_1_25_0/boost/iterator_adaptors.hpp", line 925: Error: Invalid template parameter default. "/nsm/rollsbuild/thirdparty/boost/boost_1_25_0/boost/iterator_adaptors.hpp",
Am I using the class incorrectly, or is this a genuine problem?
I haven't looked at your code, but Sun C++ 5.3 is definitely unable to handle iterator_adaptors.hpp (i.e. SunCC has bugs), which seems to be used by tokenizer. Try Sun C++ 5.4 Early Access, now available at Sun's www page. (No, I don't have an idea whether it fixes this particular problem, but someone claimed it would be much of an improvement over C++ 5.3.) Jens Maurer