forked from boostorg/static_string
Chunked docs
This commit is contained in:
@ -100,11 +100,11 @@
|
||||
#endif
|
||||
|
||||
#ifdef BOOST_STATIC_STRING_NO_EXCEPTIONS
|
||||
#define BOOST_STATIC_STRING_COND_NOEXCEPT noexcept
|
||||
#define BOOST_STATIC_STRING_NO_EXCEPTIONS_NOEXCEPT noexcept
|
||||
#define BOOST_STATIC_STRING_THROW_IF(cond, ex)
|
||||
#define BOOST_STATIC_STRING_THROW(ex)
|
||||
#else
|
||||
#define BOOST_STATIC_STRING_COND_NOEXCEPT
|
||||
#define BOOST_STATIC_STRING_NO_EXCEPTIONS_NOEXCEPT
|
||||
#endif
|
||||
|
||||
// Boost and non-Boost versions of utilities
|
||||
|
Reference in New Issue
Block a user