/home/ntakagi/work/STLport-5.1.5/stlport/stl/_ioserr.h

Go to the documentation of this file.
00001 /*
00002  * This file is included in every header that needs the STLport library to be
00003  * built; the header files mostly are the iostreams-headers. The file checks for
00004  * _STLP_USE_NO_IOSTREAMS or _STLP_NO_IOSTREAMS being not defined, so that the
00005  * iostreams part of STLport cannot be used when the symbols were defined
00006  * accidentally.
00007  */
00008 #if defined (_STLP_NO_IOSTREAMS)
00009 #  error STLport iostreams header cannot be used; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
00010 #elif defined (_STLP_USE_NO_IOSTREAMS )
00011 #  error STLport iostreams header cannot be used; your compiler do not support it.
00012 #endif



Generated on Mon Mar 10 15:32:25 2008 by  doxygen 1.5.1