nlohmann / std_json

A proposal for a JSON data type in the C++ standard library
54 stars 1 forks source link

Drop `inline namespace`? #23

Open frederick-vs-ja opened 4 months ago

frederick-vs-ja commented 4 months ago

[contents]/2 already allows implementations to put the components into an inline namespace in std. So, it seems overspecified to require using an inline namepace of a specified name json_v1.