mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 23:04:33 +02:00
Suppress __ICL warning
[SVN r15412]
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user