mirror of
https://github.com/nlohmann/json.git
synced 2024-12-13 21:19:09 +08:00
11 lines
102 B
C++
11 lines
102 B
C++
|
#pragma once
|
||
|
|
||
|
namespace nlohmann
|
||
|
{
|
||
|
namespace detail
|
||
|
{
|
||
|
template <typename...>
|
||
|
using void_t = void;
|
||
|
}
|
||
|
}
|