X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=boost%2Fboost%2Fregex.h;h=eefefbb7dd2f95f13b1a67d8b029adbd4ca71ecd;hb=5c3d9a254640468e40b2d30467a26222c91d856d;hp=79af8ba852dcfeeffc99d7473e79a59f507d3e93;hpb=af8dbd4a5c1eef9488dc44064b14641421021dd9;p=lyx.git diff --git a/boost/boost/regex.h b/boost/boost/regex.h index 79af8ba852..eefefbb7dd 100644 --- a/boost/boost/regex.h +++ b/boost/boost/regex.h @@ -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;