mirror of
https://github.com/nlohmann/json.git
synced 2026-03-28 11:52:52 +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