Closed GoogleCodeExporter closed 9 years ago
Please note that the SO answer says:
"in practice no standard library implementation that i know of followed the
standard in this respect"
So this does not have any practical value.
pugixml actually used C++-style includes for C library files 6 years ago; as
you can see in this submit:
http://code.google.com/p/pugixml/source/detail?r=57&path=/branches/dev/src/pugix
ml.cpp
This did not work well with Borland C++. As far as I remember, the problem was
specific to memmove - I think Borland's library actually tried to follow the
"don't pollute global namespace" rule but ended up missing std::memmove from
the <cstdlib> header.
Original comment by arseny.k...@gmail.com
on 20 Dec 2013 at 5:31
Original issue reported on code.google.com by
dorian.f...@gmail.com
on 20 Dec 2013 at 3:33