From 9740187eec8a05196f21277a26c11f148a284fda Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Sat, 14 Jul 2012 18:04:36 +0000 Subject: [PATCH] fix (another) bad namespace that I introduced into config tests; affects only C++11 tests [SVN r79509] --- test/boost_no_template_aliases.ipp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/boost_no_template_aliases.ipp b/test/boost_no_template_aliases.ipp index 3db0986b..90451e0e 100644 --- a/test/boost_no_template_aliases.ipp +++ b/test/boost_no_template_aliases.ipp @@ -10,7 +10,7 @@ // TITLE: C++0x template_aliases feature unavailable // DESCRIPTION: The compiler does not support the C++0x template_aliases feature -namespace boost_no_template_aliases { +namespace boost_no_cxx11_template_aliases { using PINT = void (*)(int); // using plus C-style type