diff --git a/test/for_each.cpp b/test/for_each.cpp index 8c3a3fb..090ad3a 100644 --- a/test/for_each.cpp +++ b/test/for_each.cpp @@ -41,6 +41,10 @@ struct printer std::ostream* f_stream; }; +#ifdef __ICL +# pragma warning(disable:985) +#endif + int main() { typedef mpl::list types;