Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


writing numbers to std streams now suppresses all output to
those streams, so that e.g., SAL_WARN("foo","bar") only writes "warn:foo:"

The problem seems to be an old one,
http://www.runcode.us/q/c-debug-builds-broke-in-snow-leopard-x-code

Looking at the interesting parts of ostream.tcc, I saw a mysterious comment

      // _GLIBCXX_RESOLVE_LIB_DEFECTS
      // 117. basic_ostream uses nonexistent num_put member functions.

and googling a bit I found
http://gcc.gnu.org/onlinedocs/libstdc++/ext/lwg-defects.html#117

hmm... no idea how to fix this yet, but apparently this is a bug in
the oldish version of GNU libstdc++ that Apple ships?

--tml

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.