-
- Downloads
Add no_init value
This value is used to define explicitly constructors with no initialization. In particular, it allows to define default (no init) constructor helper when writing trivial types: default constructor being defined as (=default). This helps to avoid compiler to complain about false uninitialized variables.
Please register or sign in to comment