mirror of
https://github.com/boostorg/mp11.git
synced 2026-05-04 11:44:12 +02:00
Move everything to namespace mp11
This commit is contained in:
+5
-5
@@ -14,11 +14,11 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using boost::mp_or;
|
||||
using boost::mp_true;
|
||||
using boost::mp_false;
|
||||
using boost::mp_int;
|
||||
using boost::mp_size_t;
|
||||
using boost::mp11::mp_or;
|
||||
using boost::mp11::mp_true;
|
||||
using boost::mp11::mp_false;
|
||||
using boost::mp11::mp_int;
|
||||
using boost::mp11::mp_size_t;
|
||||
|
||||
BOOST_TEST_TRAIT_TRUE((std::is_same<mp_or<>, mp_false>));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user