mirror of
https://github.com/boostorg/throw_exception.git
synced 2025-07-23 17:17:26 +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)
|
#if defined(_MSC_VER)
|
||||||
#define BOOST_ATTRIBUTE_NORETURN __declspec(noreturn)
|
#define BOOST_ATTRIBUTE_NORETURN __declspec(noreturn)
|
||||||
#elif defined(__GNUC__)
|
#elif defined(__GNUC__)
|
||||||
#define BOOST_ATTRIBUTE_NORETURN __attribute__((noreturn))
|
#define BOOST_ATTRIBUTE_NORETURN __attribute__((__noreturn__))
|
||||||
#else
|
#else
|
||||||
#define BOOST_ATTRIBUTE_NORETURN
|
#define BOOST_ATTRIBUTE_NORETURN
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user