]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/exception/errinfo_nested_exception.hpp
Don't allow newline characters in document settings.
[lyx.git] / boost / boost / exception / errinfo_nested_exception.hpp
index de055e035f8307443f634a1eff821bc803b5e62e..c3299d1475ff76dc0916259361190ff00d386796 100644 (file)
@@ -9,6 +9,7 @@
 namespace
 boost
     {
+    namespace exception_detail { class clone_base; }
     template <class Tag,class T> class error_info;
     class exception_ptr;
     typedef error_info<struct errinfo_nested_exception_,exception_ptr> errinfo_nested_exception;