This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

How to detect the presence of old iostreams


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]