Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r79509 - trunk/libs/config/test
From: marshall_at_[hidden]
Date: 2012-07-14 14:04:36


Author: marshall
Date: 2012-07-14 14:04:36 EDT (Sat, 14 Jul 2012)
New Revision: 79509
URL: http://svn.boost.org/trac/boost/changeset/79509

Log:
fix (another) bad namespace that I introduced into config tests; affects only C++11 tests
Text files modified:
   trunk/libs/config/test/boost_no_template_aliases.ipp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/config/test/boost_no_template_aliases.ipp
==============================================================================
--- trunk/libs/config/test/boost_no_template_aliases.ipp (original)
+++ trunk/libs/config/test/boost_no_template_aliases.ipp 2012-07-14 14:04:36 EDT (Sat, 14 Jul 2012)
@@ -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
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk