We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0201abe commit e25d547Copy full SHA for e25d547
include/boost/json/detail/config.hpp
@@ -12,6 +12,7 @@
12
13
#include <boost/config.hpp>
14
#include <boost/assert.hpp>
15
+#include <boost/static_assert.hpp>
16
#include <boost/throw_exception.hpp>
17
#include <cstdint>
18
#include <type_traits>
@@ -47,10 +48,6 @@
47
48
# endif
49
#endif
50
-#ifndef BOOST_STATIC_ASSERT
51
-#define BOOST_STATIC_ASSERT( ... ) static_assert(__VA_ARGS__, #__VA_ARGS__)
52
-#endif
53
-
54
#ifndef BOOST_FALLTHROUGH
55
#define BOOST_FALLTHROUGH [[fallthrough]]
56
0 commit comments