http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49020
--- Comment #12 from __vic <d.v.a at ngs dot ru> 2011-05-18 09:06:26 UTC --- (In reply to comment #11) > I don't know what hp-gcc is, but on non-glibc platforms the overloads aren't > correct, see PR 33935 > PR 33935 is mostly about overloads in string.h. I'm not interested in them. Could you clarify what happen in following case. C-implementation don't provides overloads, only standard C prototype in string.h. Can I get standard-conformant prototypes by including cstring from libstdc++ on such platform? According to the trunk version of cstring answer is "No". Is this true?