Displaying 1 result from an estimated 1 matches for "have_sstream".
2007 Nov 25
0
Minimum GCC version to support?
...quirement to >= 2.95.3?
Also, are there any other non-GCC compilers in use which lack <sstream>?
If you're using a non-GCC compiler, you can easily check by running this
command in a configured xapian-core tree:
grep SSTREAM config.h
If you get this output, all is well:
#define HAVE_SSTREAM 1
It appears MSVC, and the HP and SGI vendor compilers all have <sstream>.
Cheers,
Olly