json icon indicating copy to clipboard operation
json copied to clipboard

Too many streams

Open vinniefalco opened this issue 5 years ago • 1 comments

There are just too many here:

https://github.com/CPPAlliance/json/blob/develop/include/boost/json/detail/stream.hpp

Surely they are not all needed...

vinniefalco avatar Aug 27 '20 20:08 vinniefalco

We can eventually transition serializer to use the same const_stream as basic_parser and then remove the old versions.

sdkrystian avatar Aug 28 '20 01:08 sdkrystian