We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49c571 commit 82f0850Copy full SHA for 82f0850
1 file changed
stringify/jss_array.h
@@ -12,8 +12,8 @@ namespace JSON
12
typename = typename std::enable_if <Internal::can_stringify<T>::value>::type >
13
std::ostream& stringify(std::ostream& stream, std::string const& name, std::array<T, N> const& values, StringificationOptions options = DEFAULT_OPTIONS)
14
{
15
- options.ignore_name = true;
16
WRITE_ARRAY_START(stream);
+ options.ignore_name = true;
17
bool first = true;
18
for (auto const& i : values)
19
0 commit comments