Updated comments as requested.

This commit is contained in:
Anthony VH
2021-01-23 18:24:47 +01:00
parent 6eb37e9b78
commit 848927ae90
4 changed files with 7 additions and 4 deletions

View File

@@ -136,6 +136,7 @@ struct NotSerializableData
/////////////////////////////////////////////////////////////////////
// for #2574
/////////////////////////////////////////////////////////////////////
struct NonDefaultConstructible
{
explicit NonDefaultConstructible (int x) : x(x) { }