mirror of
https://github.com/boostorg/regex.git
synced 2025-07-17 14:22:08 +02:00
Fixed missing noreturn
This commit is contained in:
@ -117,7 +117,7 @@ inline unsigned utf8_trailing_byte_count(boost::uint8_t c)
|
|||||||
#pragma warning(push)
|
#pragma warning(push)
|
||||||
#pragma warning(disable:4100)
|
#pragma warning(disable:4100)
|
||||||
#endif
|
#endif
|
||||||
inline void invalid_utf32_code_point(::boost::uint32_t val)
|
BOOST_NORETURN inline void invalid_utf32_code_point(::boost::uint32_t val)
|
||||||
{
|
{
|
||||||
#ifndef BOOST_NO_STD_LOCALE
|
#ifndef BOOST_NO_STD_LOCALE
|
||||||
std::stringstream ss;
|
std::stringstream ss;
|
||||||
|
Reference in New Issue
Block a user