mirror of
https://github.com/boostorg/throw_exception.git
synced 2025-07-29 11:57:14 +02:00
Merging changes from trunk.
[SVN r58421]
This commit is contained in:
committed by
Peter Dimov
parent
bee54c1aee
commit
fed2b48aa9
@ -6,9 +6,7 @@
|
||||
#ifndef UUID_61531AB0680611DEADD5846855D89593
|
||||
#define UUID_61531AB0680611DEADD5846855D89593
|
||||
|
||||
#include <boost/config.hpp>
|
||||
|
||||
#if defined(BOOST_MSVC)
|
||||
#if defined(_MSC_VER)
|
||||
#define BOOST_ATTRIBUTE_NORETURN __declspec(noreturn)
|
||||
#elif defined(__GNUC__)
|
||||
#define BOOST_ATTRIBUTE_NORETURN __attribute__((noreturn))
|
||||
|
Reference in New Issue
Block a user