mirror of
https://github.com/boostorg/mp11.git
synced 2025-12-05 16:19:20 +01:00
Move everything to namespace mp11
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
|
||||
namespace boost
|
||||
{
|
||||
namespace mp11
|
||||
{
|
||||
|
||||
// mp_size<L>
|
||||
namespace detail
|
||||
@@ -168,6 +170,7 @@ template<template<class...> class L1, class... T1, template<class...> class L2,
|
||||
|
||||
template<class... L> using mp_append = typename detail::mp_append_impl<L...>::type;
|
||||
|
||||
} // namespace mp11
|
||||
} // namespace boost
|
||||
|
||||
#endif // #ifndef BOOST_MP11_LIST_HPP_INCLUDED
|
||||
|
||||
Reference in New Issue
Block a user