https://sourceware.org/bugzilla/show_bug.cgi?id=27815
Alan Modra <amodra at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |---
Target Milestone|2.37 |---
CC| |ccoutant at gmail dot com
--- Comment #6 from Alan Modra <amodra at gmail dot com> ---
Oh oh, maybe I let myself be talked into the nullptr solution when I shouldn't
have. The original patch I posted using a cast works everywhere. nullptr,
although cleaner, requires c++11, doesn't it? So all versions of gcc prior to
6.1 will need -std=c++11 to be passed to the compiler.
--
You are receiving this mail because:
You are on the CC list for the bug.