]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/regex.h
complie fix
[lyx.git] / boost / boost / regex.h
index 79af8ba852dcfeeffc99d7473e79a59f507d3e93..6337aabd6fd87a53a9b09bdbb40260c5be66178a 100644 (file)
@@ -16,7 +16,7 @@
  /*
   *   LOCATION:    see http://www.boost.org for most recent version.
   *   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;