1
0
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:
Peter Dimov
2017-12-21 02:19:44 +02:00
parent 860f918553
commit f5bb23dc76

View File

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