mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-18 02:08:09 +08:00
feat: remove unused meta-function alias
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user