mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
fix bad namespace that I introduced into config tests; affects only C++11 tests
[SVN r79508]
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user