00001 //Copyright (c) 2009 Emil Dotchevski and Reverge Studios, Inc. 00002 00003 //Distributed under the Boost Software License, Version 1.0. (See accompanying 00004 //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 00005 00006 #ifndef UUID_61531AB0680611DEADD5846855D89593 00007 #define UUID_61531AB0680611DEADD5846855D89593 00008 00009 #include <boost/config.hpp> 00010 00011 #if defined(BOOST_MSVC) 00012 #define BOOST_ATTRIBUTE_NORETURN __declspec(noreturn) 00013 #elif defined(__GNUC__) 00014 #define BOOST_ATTRIBUTE_NORETURN __attribute__((noreturn)) 00015 #else 00016 #define BOOST_ATTRIBUTE_NORETURN 00017 #endif 00018 00019 #endif
1.5.6