]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/exception/errinfo_file_open_mode.hpp
update boost to 1.43: remove obsolete files, update .cpp
[lyx.git] / boost / boost / exception / errinfo_file_open_mode.hpp
index c1bbaa15937d3c4ae7044b447f7265b66525b1c6..f4fba0d5cc0b3f44a740b33d8a991f4ee6c731b0 100644 (file)
@@ -1,26 +1,26 @@
-//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_056F1F266C1311DE8E74299255D89593\r
-#define UUID_056F1F266C1311DE8E74299255D89593\r
-\r
-#include <string>\r
-\r
-namespace\r
-boost\r
-    {\r
-    template <class Tag,class T> class error_info;\r
-\r
-    //Usage hint:\r
-    //FILE * f=fopen(name,mode);\r
-    //if( !f )\r
-    //    BOOST_THROW_EXCEPTION(\r
-    //        file_open_error() <<\r
-    //        errinfo_file_name(name) <<\r
-    //        errinfo_file_open_mode(mode) );\r
-    typedef error_info<struct errinfo_file_open_mode_,std::string> errinfo_file_open_mode;\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_056F1F266C1311DE8E74299255D89593
+#define UUID_056F1F266C1311DE8E74299255D89593
+
+#include <string>
+
+namespace
+boost
+    {
+    template <class Tag,class T> class error_info;
+
+    //Usage hint:
+    //FILE * f=fopen(name,mode);
+    //if( !f )
+    //    BOOST_THROW_EXCEPTION(
+    //        file_open_error() <<
+    //        errinfo_file_name(name) <<
+    //        errinfo_file_open_mode(mode) );
+    typedef error_info<struct errinfo_file_open_mode_,std::string> errinfo_file_open_mode;
+    }
+
+#endif