Skip to content

Commit aa750fc

Browse files
committed
fix: Use entity
1 parent 1d25631 commit aa750fc

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<char>(std::cout));
177+
v.serialize(std::ostream_iterator&lt;char&gt;(std::cout));
178178
</pre>
179179

180180
## Experimental support for int64_t

0 commit comments

Comments
 (0)