mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 14:54:30 +02:00
Suppress __ICL warning
[SVN r15412]
This commit is contained in:
@@ -41,6 +41,10 @@ struct printer
|
||||
std::ostream* f_stream;
|
||||
};
|
||||
|
||||
#ifdef __ICL
|
||||
# pragma warning(disable:985)
|
||||
#endif
|
||||
|
||||
int main()
|
||||
{
|
||||
typedef mpl::list<char,short,int,long,float,double> types;
|
||||
|
Reference in New Issue
Block a user