mirror of
https://github.com/nlohmann/json.git
synced 2026-02-23 11:56:24 +00:00
Updated comments as requested.
This commit is contained in:
@@ -136,6 +136,7 @@ struct NotSerializableData
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
// for #2574
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
|
||||
struct NonDefaultConstructible
|
||||
{
|
||||
explicit NonDefaultConstructible (int x) : x(x) { }
|
||||
|
||||
Reference in New Issue
Block a user