feat: remove unused meta-function alias

This commit is contained in:
ToruNiina
2019-06-02 20:40:44 +09:00
parent c0b6ca762a
commit 4664f91517

View File

@@ -20,10 +20,6 @@ class basic_value;
namespace detail namespace detail
{ {
template<typename T>
using unwrap_t = typename std::decay<T>::type;
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
// check whether type T is a kind of container/map class // check whether type T is a kind of container/map class