Include cc tests

This commit is contained in:
Peter Dimov
2017-11-05 20:03:45 +02:00
parent 1f240d07d6
commit f75d27469a
8 changed files with 78 additions and 0 deletions
+10
View File
@@ -1,5 +1,13 @@
#include <boost/config.hpp>
#ifndef BOOST_MSVC
int main()
{
}
#else
#if defined(BOOST_MSVC)
#pragma warning(disable: 4786) // identifier truncated in debug info
#pragma warning(disable: 4710) // function not inlined
@@ -162,3 +170,5 @@ int main()
member_function_test();
return boost::report_errors();
}
#endif