
4 Feb
2004
4 Feb
'04
8:47 p.m.
Samuel Krempp wrote:
error: base class `std::basic_ostream<char, std::char_traits<char> >' has incomplete type
thanks for spotting this, my test files are including <ostream> indirectly thru test_tools.hpp so I hadnt noticed.
I'm saying that like that, but where I was working before (and I intent to introduce it where I work now), I added a test to compile all .h/.hpp files with an empty .cpp including them. This way, all headers are ensured to be self-contained. Maybe that would be a nice addition to boost library tests? Regards, Nicolas Fleury