"Roger W.Brown" <[EMAIL PROTECTED]> writes:
| BufferView_pimpl.o(.gnu.linkonce.d._ZTVSt15basic_stringbufIcSt11char_traitsIcESaIcEE
| +0x1c): undefined reference to `std::basic_stringbuf<char, std::char_traits<char>,
| std::allocator<char> >::seekpos(std::fpos<mbstate_t>, std::_Ios_Openmode)'
| collect2: ld returned 1 exit status
I am not so sure...
In gcc they changed the lookup rules slightly to follow the standard
more closely, but you should get a warning from the compiler. Not only
a linker error.
Lgb