Update index.md (#4149)

pull/4153/head
HO-COOH 2023-09-14 23:46:34 +08:00 committed by GitHub
parent da92c0e3e7
commit 5fec803493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;