diff --git a/include/boost/regex/config.hpp b/include/boost/regex/config.hpp index 8264dfdf..ae86af8a 100644 --- a/include/boost/regex/config.hpp +++ b/include/boost/regex/config.hpp @@ -470,7 +470,7 @@ namespace std{ using ::abs; using ::setlocale; # ifndef BOOST_NO_WREGEX -# ifndef BOOST_RE_NO_SWPRINTF +# ifndef BOOST_NO_SWPRINTF using ::swprintf; # endif using ::wcslen;