[serialization] basic_xml_grammar.hpp broken

Changeset 49349 broke the xml archive, and wave with it. http://svn.boost.org/trac/boost/changeset/49349/trunk/boost/archive/impl/bas... // spirit stuff #if (defined __BORLANDC__) && (__BORLANDC__ < 0x593) \ || (defined _MSC_VER) && #if (_MSC_VER <= 1300) Whoops-------------------^^^ -- Eric Niebler BoostPro Computing http://www.boostpro.com

Hi Eric ! On Tuesday 21 October 2008 23:25:43 Eric Niebler wrote:
Changeset 49349 broke the xml archive, and wave with it.
This is already in trac, along with two possible patches. http://svn.boost.org/trac/boost/ticket/2418
// spirit stuff #if (defined __BORLANDC__) && (__BORLANDC__ < 0x593) \
|| (defined _MSC_VER) && #if (_MSC_VER <= 1300) Whoops-------------------^^^
And now I believe my patch is correct ;-)) See also http://lists.boost.org/Archives/boost/2008/10/143570.php for another thread already discussing this :-)) Yours, Jürgen -- * Dipl.-Math. Jürgen Hunold ! Ingenieurgesellschaft für * voice: ++49 511 262926 57 ! Verkehrs- und Eisenbahnwesen mbH * fax : ++49 511 262926 99 ! Lister Straße 15 * juergen.hunold@ivembh.de ! www.ivembh.de * * Geschäftsführer: ! Sitz des Unternehmens: Hannover * Prof. Dr.-Ing. Thomas Siefer ! Amtsgericht Hannover, HRB 56965 * PD Dr.-Ing. Alfons Radtke !
participants (2)
-
Eric Niebler
-
Juergen Hunold