Doug Binks on Nostr: nprofile1q…8slxn Sadly the compiler cannot deduce intention as the language is ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqxlm22dggfnnfutmhlm5psyyfc6rvneyjmpaswnumqytfgm639j8q78slxn (nprofile…slxn) Sadly the compiler cannot deduce intention as the language is defined this way:
"Before the compound statement that forms the function body of the constructor begins executing, initialization of all direct bases, virtual bases, and non-static data members is finished. "
From https://en.cppreference.com/w/cpp/language/constructor (this isn't an official reference but it's pretty decent).
"Before the compound statement that forms the function body of the constructor begins executing, initialization of all direct bases, virtual bases, and non-static data members is finished. "
From https://en.cppreference.com/w/cpp/language/constructor (this isn't an official reference but it's pretty decent).