Compare commits

...

2 Commits

Author SHA1 Message Date
43a57d518c msvc warning workaround, thanks bersbersbers 2019-10-15 13:36:12 -07:00
e2e802e508 dist: trusty 2019-08-20 16:27:13 -07:00
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,8 @@ language: cpp
sudo: false
dist: trusty
python: "2.7"
branches:

View File

@ -21,6 +21,7 @@ namespace boost { namespace exception_detail { using boost::shared_ptr; } }
#endif
#if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
#pragma warning(push,1)
#pragma warning(disable: 4265)
#endif
namespace