]> git.lyx.org Git - features.git/blobdiff - boost/boost/exception/detail/attribute_noreturn.hpp
boost: add eol property
[features.git] / boost / boost / exception / detail / attribute_noreturn.hpp
index 9d2102c3d38327c459899003c9f2c08da7fa62fe..1cb0763efdc97e362b91d813bf4c74d03eedb088 100644 (file)
@@ -1,19 +1,19 @@
-//Copyright (c) 2009 Emil Dotchevski and Reverge Studios, Inc.\r
-\r
-//Distributed under the Boost Software License, Version 1.0. (See accompanying\r
-//file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)\r
-\r
-#ifndef UUID_61531AB0680611DEADD5846855D89593\r
-#define UUID_61531AB0680611DEADD5846855D89593\r
-\r
-#include <boost/config.hpp>\r
-\r
-#if defined(BOOST_MSVC)\r
-#define BOOST_ATTRIBUTE_NORETURN __declspec(noreturn)\r
-#elif defined(__GNUC__)\r
-#define BOOST_ATTRIBUTE_NORETURN __attribute__((noreturn))\r
-#else\r
-#define BOOST_ATTRIBUTE_NORETURN\r
-#endif\r
-\r
-#endif\r
+//Copyright (c) 2009 Emil Dotchevski and Reverge Studios, Inc.
+
+//Distributed under the Boost Software License, Version 1.0. (See accompanying
+//file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+
+#ifndef UUID_61531AB0680611DEADD5846855D89593
+#define UUID_61531AB0680611DEADD5846855D89593
+
+#include <boost/config.hpp>
+
+#if defined(BOOST_MSVC)
+#define BOOST_ATTRIBUTE_NORETURN __declspec(noreturn)
+#elif defined(__GNUC__)
+#define BOOST_ATTRIBUTE_NORETURN __attribute__((noreturn))
+#else
+#define BOOST_ATTRIBUTE_NORETURN
+#endif
+
+#endif