Update index.md (#4149)
This commit is contained in:
parent
da92c0e3e7
commit
5fec803493
@ -13,7 +13,7 @@ template<
|
|||||||
class NumberFloatType = double,
|
class NumberFloatType = double,
|
||||||
template<typename U> class AllocatorType = std::allocator,
|
template<typename U> class AllocatorType = std::allocator,
|
||||||
template<typename T, typename SFINAE = void> class JSONSerializer = adl_serializer,
|
template<typename T, typename SFINAE = void> class JSONSerializer = adl_serializer,
|
||||||
class BinaryType = std::vector<std::uint8_t,
|
class BinaryType = std::vector<std::uint8_t>,
|
||||||
class CustomBaseClass = void>
|
class CustomBaseClass = void>
|
||||||
>
|
>
|
||||||
class basic_json;
|
class basic_json;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user