Skip to content

Commit 0201abe

Browse files
committed
remove BOOST_ASSERT fallback
1 parent 8ae26f3 commit 0201abe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/boost/json/detail/config.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@
4747
# endif
4848
#endif
4949

50-
#ifndef BOOST_ASSERT
51-
#define BOOST_ASSERT assert
52-
#endif
53-
5450
#ifndef BOOST_STATIC_ASSERT
5551
#define BOOST_STATIC_ASSERT( ... ) static_assert(__VA_ARGS__, #__VA_ARGS__)
5652
#endif

0 commit comments

Comments
 (0)