From cc16193beadc9801af19d92e4a3c39e65fa74c13 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 15 Feb 2006 14:13:45 +0000 Subject: [PATCH] Ooops this should test for regex. [SVN r32938] --- test/boost_has_tr1_regex.ipp | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/test/boost_has_tr1_regex.ipp b/test/boost_has_tr1_regex.ipp index 5293dd8f..4f11c1e9 100644 --- a/test/boost_has_tr1_regex.ipp +++ b/test/boost_has_tr1_regex.ipp @@ -5,15 +5,15 @@ // See http://www.boost.org/libs/config for most recent version. -// MACRO: BOOST_HAS_TR1_ARRAY -// TITLE: std::tr1::array -// DESCRIPTION: The std lib has a tr1-conforming array library. +// MACRO: BOOST_HAS_TR1_REGEX +// TITLE: std::tr1::regex +// DESCRIPTION: The std lib has a tr1-conforming regex library. -#include +#include -namespace boost_has_tr1_array{ +namespace boost_has_tr1_regex{ -using std::tr1::array; +using std::tr1::regex; int test() { @@ -21,3 +21,4 @@ int test() } } +