From 0cef054b317dd0d4658bb73d6487ed79ad2c1c03 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sat, 22 Sep 2001 15:24:10 +0000 Subject: [PATCH] change missed occasion of BOOST_RE_NO_SWPRINTF -> BOOST_NO_SWPRINTF [SVN r11205] --- include/boost/regex/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;