Skip to content

Commit 61e4962

Browse files
committed
remove BOOST_THROW_EXCEPTION fallback
1 parent 48286f4 commit 61e4962

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

include/boost/json/detail/config.hpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,6 @@
4848
# endif
4949
#endif
5050

51-
#ifndef BOOST_THROW_EXCEPTION
52-
# ifndef BOOST_NO_EXCEPTIONS
53-
# define BOOST_THROW_EXCEPTION(x) throw(x)
54-
# else
55-
# define BOOST_THROW_EXCEPTION(x) do{}while(0)
56-
# endif
57-
#endif
58-
5951
#if ! defined(BOOST_JSON_NO_SSE2) && \
6052
! defined(BOOST_JSON_USE_SSE2)
6153
# if (defined(_M_IX86) && _M_IX86_FP == 2) || \

0 commit comments

Comments
 (0)