[PATCH v2] libstdc++: Add hexfloat/defaultfloat io manipulators.
Jonathan Wakely
jwakely@redhat.com
Wed Oct 8 17:44:00 GMT 2014
On 08/10/14 16:21 +0200, Rainer Orth wrote:
>I'd already tried that patch before you committed it, and unfortunately
>it didn't help.
Oh dear. Did you do a clean build, or at least
'touch libstdc++-v3/src/*/*.cc' to ensure the library sources get
rebuilt? Changes to headers do not trigger everything to be rebuilt,
because we don't have proper dependencies in the makefiles.
If it's still happening I'll have to hope I can reproduce it on one of
the targets I have access to and debug it there.
More information about the Libstdc++
mailing list