https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71487
Martin Sebor changed:
What|Removed |Added
Last reconfirmed|2016-06-26 00:00:00 |2019-4-4
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71487
Andrew Pinski changed:
What|Removed |Added
Keywords||ABI
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71487
--- Comment #2 from Chungmin Lee ---
Command: g++ -std=c++11 a.cpp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71487
--- Comment #1 from Chungmin Lee ---
You might say that in the above scenario HasLength does not have to be a
template, but it is just a simplified example.