forked from boostorg/config
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:
|
// March 2011:
|
||||||
// <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3276.pdf>
|
// <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.
|
// A simplified result_of implementation.
|
||||||
// that uses decltype.
|
// that uses decltype.
|
||||||
|
Reference in New Issue
Block a user