++
Assignee: unassigned at gcc dot gnu.org
Reporter: jan.willem.ps at gmail dot com
Target Milestone: ---
When your class has multiple members of the same type, and in the initializer
list you initialize the last one, but forget to initialize a previous one, you
get a very
++
Assignee: unassigned at gcc dot gnu.org
Reporter: jan.willem.ps at gmail dot com
Target Milestone: ---
Minimal test case:
cat > a.h <
extern thread_local std::string gFeelingLucky;
EOF
cat > a.cpp < main.cpp <
int main() {
std::cout << "I'm feeling "