mirror of
https://github.com/nlohmann/json.git
synced 2026-04-29 03:09:25 +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