pugixml/src
2012-03-23 02:37:18 +00:00
..
pugiconfig.hpp Reverted accidental submit 2012-03-20 07:07:22 +00:00
pugixml.cpp Extracted xml_attribute value setter/getter code to separate functions (for xml_text) 2012-03-23 02:37:18 +00:00
pugixml.hpp STL forward declaration experiment failed; revert to using STL headers. Reasons: bugs in old compilers (i.e. SunCC, DMC, BCC require using the same names in forward declarations as in actual declarations), incompatibility between buggy compilers and different STL versions (i.e. SunCC has two STL versions with mismatching names), problems with C++0x inline namespaces (used in Clang libc++, see http://llvm.org/bugs/show_bug.cgi?id=5590), and this is an undefined behavior so other problems may come up. 2012-03-20 06:19:31 +00:00