[Bug c++/107340] std::unordered_map and completeness of nested classes
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107340 --- Comment #3 from Jonathan Wakely --- And the standard says it's undefined to use incomplete classes with unordered_map.
[Bug c++/107340] std::unordered_map and completeness of nested classes
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107340 --- Comment #2 from Andrew Pinski --- Also nested classes are completed at the end of the outer most class.
[Bug c++/107340] std::unordered_map and completeness of nested classes
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107340 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---