From: Patrick H. <pat...@gm...> - 2010-03-06 17:36:36
|
Version 1.0.1 of CppDOM has been released. This fixes a potential infinite recursion error at run time caused by implicit construction of cppdom::Attribute from any type that does not have an overload of operator<<. Basically, if you have seen mysterious crashes only when cppdom/Attribute.h is included, then this release fixes that. You just need to build and install CppDOM 1.0.1, rebuild your code that uses CppDOM, and you will be all set. The source for this release can be downloaded here: https://sourceforge.net/projects/xml-cppdom/files/ Thanks to Carsten Neumann for tracking this down and submitting the patch! -Patrick -- Patrick L. Hartling Senior Software Engineer, Priority 5 http://www.priority5.com/ |