Skip to content

Commit

Permalink
Remove debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Jun 27, 2019
1 parent 2d550b3 commit 507f4ef
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions vendor/pdalboost/boost/config/compiler/visualc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,20 +72,10 @@
# define BOOST_NO_INTRINSIC_WCHAR_T
#endif

//
// 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 507f4ef

Please sign in to comment.