]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/regex/user.hpp
Also display the info about BibTeX databases in the TeX info panel.
[lyx.git] / boost / boost / regex / user.hpp
index 9276121030a81567b98b96ba8aa1424eef8a2dfe..95908173d73b26283a93873eb80cf047903dfd28 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 
 // cause more problems than they are worth:
 // #define BOOST_REGEX_NO_FWD
 
-// define this if your compiler can't cope with the new 
-// version 4 regex code.
-// #define BOOST_REGEX_V3
-
 // define this if your compiler supports MS Windows structured
 // exception handling.
 // #define BOOST_REGEX_HAS_MS_STACK_GUARD
@@ -90,3 +86,5 @@
 // down quite a bit).
 // #define BOOST_REGEX_MATCH_EXTRA
 
+// define this if you want to enable support for Unicode via ICU.
+// #define BOOST_HAS_ICU