fix bad namespace that I introduced into config tests; affects only C++11 tests

[SVN r79508]
This commit is contained in:
Marshall Clow
2012-07-14 18:02:03 +00:00
parent 49aa704b3e
commit 4f11d6f2af

View File

@ -14,7 +14,7 @@
// March 2011:
// <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3276.pdf>
namespace boost_no_decltype_n3276 {
namespace boost_no_cxx11_decltype_n3276 {
// A simplified result_of implementation.
// that uses decltype.