Suppress __ICL warning

[SVN r15412]
This commit is contained in:
Dave Abrahams
2002-09-17 15:53:31 +00:00
parent db32a1d9ca
commit e0cb553bfd

View File

@@ -41,6 +41,10 @@ struct printer
std::ostream* f_stream; std::ostream* f_stream;
}; };
#ifdef __ICL
# pragma warning(disable:985)
#endif
int main() int main()
{ {
typedef mpl::list<char,short,int,long,float,double> types; typedef mpl::list<char,short,int,long,float,double> types;