]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/regex.h
small stuff, whitespace & consistent naming
[lyx.git] / boost / boost / regex.h
index 79af8ba852dcfeeffc99d7473e79a59f507d3e93..eefefbb7dd2f95f13b1a67d8b029adbd4ca71ecd 100644 (file)
@@ -14,9 +14,9 @@
  */
  
  /*
-  *   LOCATION:    see http://www.boost.org for most recent version.
+  *   LOCATION:    see http://www.boost.org/libs/regex for documentation.
   *   FILE         regex.h
-  *   VERSION      3.03
+  *   VERSION      3.12
   *   DESCRIPTION: Declares POSIX API functions
   */
 
@@ -65,7 +65,7 @@ using boost::regerrorA;
 using boost::regexecA;
 using boost::regfreeA;
 
-#ifndef BOOST_RE_NO_WCSTRING
+#ifndef BOOST_NO_WREGEX
 using boost::regcompW;
 using boost::regerrorW;
 using boost::regexecW;