mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-05 15:54:39 +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<true> true_c;
|
||||||
typedef bool_c<false> false_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 mpl
|
||||||
} // namespace boost
|
} // namespace boost
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user