blob: 73a3e91700da2310744eaf8b2c3ef55e50f45330 [file] [log] [blame]
#pragma once
namespace nlohmann
{
namespace detail
{
// dispatching helper struct
template <class T> struct identity_tag {};
} // namespace detail
} // namespace nlohmann