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