Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Constructs struct with protected ctor with () rather than {}
The base class of the struct has a protected constructor so this commit uses parens instead of brackets for regular construction in both C++14 and 17, rather than aggregate construction in 17. See the following for details. https://stackoverflow.com/questions/56367480/should-this-code-fail-to-compile-in-c17
- Loading branch information