mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-24 19:58:22 -05:00
added explicit to default constructor
This commit is contained in:
@@ -125,7 +125,7 @@ namespace Types
|
||||
struct DontFillDefaultAttributes
|
||||
{
|
||||
/*! Default constructor. */
|
||||
DontFillDefaultAttributes() = default;
|
||||
explicit DontFillDefaultAttributes() = default;
|
||||
};
|
||||
|
||||
/*! Instance of the tag used to select a constructor without filling Default
|
||||
|
||||
Reference in New Issue
Block a user