]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/cregex.hpp
Don't allow newline characters in document settings.
[lyx.git] / boost / boost / cregex.hpp
index b591115efb09c5845e10bfd2cffede762a1c4795..b7a918eb8edd367b2fb498f6b5d629578068ac17 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *
  * Copyright (c) 1998-2002
- * Dr John Maddock
+ * John Maddock
  *
  * Use, modification and distribution are subject to the 
  * Boost Software License, Version 1.0. (See accompanying file 
 #include <boost/regex/config.hpp>
 #endif
 
-#ifdef BOOST_REGEX_V3
-#include <boost/regex/v3/cregex.hpp>
-#else
 #include <boost/regex/v4/cregex.hpp>
-#endif
 
-#endif // include guard
+#endif /* include guard */