]> git.lyx.org Git - features.git/blobdiff - boost/boost/exception/detail/exception_ptr_base.hpp
boost: add eol property
[features.git] / boost / boost / exception / detail / exception_ptr_base.hpp
index 77092e8e09b54d0312c1ef1442305db81d1a58e5..ac68cab7c61f1560775c95b28c389dd416aef46a 100644 (file)
@@ -1,33 +1,33 @@
-//Copyright (c) 2006-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_DC4208C6417811DEBF11E1EC55D89593\r
-#define UUID_DC4208C6417811DEBF11E1EC55D89593\r
-\r
-namespace\r
-boost\r
-    {\r
-        namespace\r
-        exception_detail\r
-                {\r
-                class\r
-                exception_ptr_base\r
-                        {\r
-                        public:\r
-\r
-                        virtual void _rethrow() const=0;\r
-                        virtual bool _empty() const=0;\r
-\r
-                        protected:\r
-\r
-                        virtual\r
-                        ~exception_ptr_base() throw()\r
-                            {\r
-                            }\r
-                        };\r
-                }\r
-    }\r
-\r
-#endif\r
+//Copyright (c) 2006-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_DC4208C6417811DEBF11E1EC55D89593
+#define UUID_DC4208C6417811DEBF11E1EC55D89593
+
+namespace
+boost
+    {
+        namespace
+        exception_detail
+                {
+                class
+                exception_ptr_base
+                        {
+                        public:
+
+                        virtual void _rethrow() const=0;
+                        virtual bool _empty() const=0;
+
+                        protected:
+
+                        virtual
+                        ~exception_ptr_base() throw()
+                            {
+                            }
+                        };
+                }
+    }
+
+#endif