Update index.md

This commit is contained in:
HO-COOH 2023-09-14 22:50:08 +08:00 committed by GitHub
parent da92c0e3e7
commit 35e84e4875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ template<
class NumberFloatType = double,
template<typename U> class AllocatorType = std::allocator,
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 basic_json;