remove using decls

[SVN r16605]
This commit is contained in:
Aleksey Gurtovoy
2002-12-13 21:33:13 +00:00
parent 744a4558b5
commit 60e6f8ac2a

View File

@@ -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