X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=blobdiff_plain;f=include%2Fc%2B%2B%2Fstl%2Fstdiostream.h;fp=include%2Fc%2B%2B%2Fstl%2Fstdiostream.h;h=80a5c672f203322210f0b01cc7f0b135193572b8;hp=0000000000000000000000000000000000000000;hb=173d8903eb9d51a4ea7d7fa3e52dc86c9bb6d4f1;hpb=b024710fe2b60cd4a42a8993b61333d6cdb56ca3 diff --git a/include/c++/stl/stdiostream.h b/include/c++/stl/stdiostream.h new file mode 100644 index 0000000..80a5c67 --- /dev/null +++ b/include/c++/stl/stdiostream.h @@ -0,0 +1,10 @@ +#ifndef _STLP_misc_stdiostream_h +# define _STLP_misc_stdiostream_h +# if (__SUNPRO_CC >= 0x500 ) +# include <../CCios/stdiostream.h> +# else if defined (__SUNPRO_CC) +# include <../CC/stdiostream.h> +# else +# error "This file is for SUN CC only. Please remove it if it causes any harm for other compilers." +# endif +#endif