We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aefaaf8 commit f49c571Copy full SHA for f49c571
parse/jsd_array.h
@@ -7,7 +7,7 @@
7
8
namespace JSON
9
{
10
- template <typename T, unsigned N>
+ template <typename T, std::size_t N>
11
void parse(std::array<T, N>& value, std::string const& name,
12
PropertyTree const& object, ParsingOptions const& options = DEFAULT_PARSER_OPTIONS)
13
0 commit comments