Skip to content

Commit

Permalink
remove the dynamic exception for all versions of c++ unless FORCE_CXX…
Browse files Browse the repository at this point in the history
…03 is on
  • Loading branch information
kdt3rd authored and nickrasmussen committed Aug 8, 2018
1 parent bf0cb8c commit 45cb2c8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions IlmBase/Iex/IexBaseExc.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,7 @@
#ifdef ILMBASE_FORCE_CXX03
# define IEX_THROW_SPEC(...) throw (__VA_ARGS__)
#else
# if __cplusplus <= 201402L
# define IEX_THROW_SPEC(...)
# else
# define IEX_THROW_SPEC(...) throw (__VA_ARGS__)
# endif
# define IEX_THROW_SPEC(...)
#endif

IEX_INTERNAL_NAMESPACE_HEADER_ENTER
Expand Down

0 comments on commit 45cb2c8

Please sign in to comment.