mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 14:54:30 +02:00
remove using decls
[SVN r16605]
This commit is contained in:
@@ -34,12 +34,6 @@ template< bool C > struct bool_c
|
||||
typedef bool_c<true> true_c;
|
||||
typedef bool_c<false> false_c;
|
||||
|
||||
namespace v2_1 {
|
||||
using mpl::bool_c;
|
||||
using mpl::true_c;
|
||||
using mpl::false_c;
|
||||
}
|
||||
|
||||
} // namespace mpl
|
||||
} // namespace boost
|
||||
|
||||
|
Reference in New Issue
Block a user