From c04cb211035b31acd56380a27e3d953d9f48b1a4 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 22 Jan 2005 13:14:11 +0000 Subject: [PATCH] Added BOOST_REGEX_BUGGY_CTYPE_FACET to list of macros to print. [SVN r26800] --- test/config_info/regex_config_info.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/config_info/regex_config_info.cpp b/test/config_info/regex_config_info.cpp index b9978a37..4ef448e5 100644 --- a/test/config_info/regex_config_info.cpp +++ b/test/config_info/regex_config_info.cpp @@ -57,6 +57,7 @@ int NEW_MAIN() PRINT_MACRO(BOOST_REGEX_CALL); PRINT_MACRO(BOOST_REGEX_CCALL); PRINT_MACRO(BOOST_REGEX_MAX_STATE_COUNT); + PRINT_MACRO(BOOST_REGEX_BUGGY_CTYPE_FACET); #if defined(BOOST_REGEX_CONFIG_INFO) && !defined(NO_RECURSE) print_regex_library_info();