Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Jun 25, 2019
1 parent a90f5ba commit 20d6c72
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vendor/pdalboost/boost/config/compiler/visualc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,18 @@

//
// check for exception handling support:
#if !defined(_CPPUNWIND)
#error _CPPUNWIND not defined
#endif

#if !defined(_CPPUNWIND) && !defined(BOOST_NO_EXCEPTIONS)
# define BOOST_NO_EXCEPTIONS
#endif

#ifdef BOOST_NO_EXCEPTIONS
#error BOOST_NO_EXCEPTIONS defined
#endif

//
// __int64 support:
//
Expand Down

0 comments on commit 20d6c72

Please sign in to comment.