mirror of
https://github.com/boostorg/throw_exception.git
synced 2025-07-23 09:07:31 +02:00
Ticket 6414, thank you Petr Machata
[SVN r76549]
This commit is contained in:
committed by
Peter Dimov
parent
c15567ab01
commit
e197ee3220
@ -9,7 +9,7 @@
|
||||
#if defined(_MSC_VER)
|
||||
#define BOOST_ATTRIBUTE_NORETURN __declspec(noreturn)
|
||||
#elif defined(__GNUC__)
|
||||
#define BOOST_ATTRIBUTE_NORETURN __attribute__((noreturn))
|
||||
#define BOOST_ATTRIBUTE_NORETURN __attribute__((__noreturn__))
|
||||
#else
|
||||
#define BOOST_ATTRIBUTE_NORETURN
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user