forked from boostorg/mp11
Revert "Change mp_void<T...> to be a proper alias of void
"
This reverts commit 860f918553
.
This commit is contained in:
@@ -14,9 +14,6 @@ namespace mp11
|
||||
{
|
||||
|
||||
// mp_void<T...>
|
||||
|
||||
#if 0
|
||||
|
||||
namespace detail
|
||||
{
|
||||
|
||||
@@ -29,12 +26,6 @@ template<class... T> struct mp_void_impl
|
||||
|
||||
template<class... T> using mp_void = typename detail::mp_void_impl<T...>::type;
|
||||
|
||||
#else
|
||||
|
||||
template<class... T> using mp_void = void;
|
||||
|
||||
#endif
|
||||
|
||||
} // namespace mp11
|
||||
} // namespace boost
|
||||
|
||||
|
Reference in New Issue
Block a user