[xsd-users] bug in containers.hxx:362

Ray Lischner rlischner at proteus-technologies.com
Mon Apr 16 10:57:19 EDT 2007


There is a bug in libxsd/xsd/cxx/tree/containers.hxx, line 362. The operator== overload for optional<> recurses infinitely. To fix, change "a == b" to "!a == !b" (or the logical equivalent).
--
Ray Lischner, Proteus Technologies



More information about the xsd-users mailing list