How to detect the presence of old iostreams

Gennaro Prota gennaro_prota@yahoo.com
Wed Sep 11 09:59:00 GMT 2002


Hi everybody,
a simple but very important question for the boost library:

Which versions of libstdc++ had old iostreams only? What is the correct
way to test if we cannot use the standard ones? We are looking for a
conditional compilation test like:

#if defined (__GLIBCPP__) && !defined (_GLIBCPP_DEPRECATED)

but the above is just to give an idea.
What's the correct test?


__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com



More information about the Libstdc++ mailing list