[Bug c++/63388] cout of enum class value - segmentation fault
schwab@linux-m68k.org
gcc-bugzilla@gcc.gnu.org
Sat Sep 27 10:46:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63388
Andreas Schwab <schwab@linux-m68k.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #2 from Andreas Schwab <schwab@linux-m68k.org> ---
Endless recursion, os << m is calling operator<<(std::ostream&,Month).
More information about the Gcc-bugs
mailing list