Skip to content

Commit 1d25631

Browse files
authored
Merge pull request #88 from objectx/patch-1
Add a missing type argument
2 parents cafb21b + fc12dfd commit 1d25631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.mkdn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ std::string json = v.serialize();
174174
<pre>
175175
picojson::value v;
176176
...
177-
v.serialize(std::ostream_iterator(std::cout));
177+
v.serialize(std::ostream_iterator<char>(std::cout));
178178
</pre>
179179

180180
## Experimental support for int64_t

0 commit comments

Comments
 (0)