TetragrammatonHermit / naclports

Automatically exported from code.google.com/p/naclports
1 stars 0 forks source link

TinyXML.h line 1020 breaks my app #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm not entirely sure how you can repro it locally, but with my app, your 
NaclPorts TinyXML.h impairs its xml file reading ability.

I'm using a NaclPorts sync from 8/1/11. 

Line 1020 doesn't compile under gcc-nacl -
        sstream.setf(ios_base::boolalpha);
but, if instead of deleting it, you do this:
        sstream.setf(std::ios_base::boolalpha);

It seems to work.

Original issue reported on code.google.com by jdfrist...@gmail.com on 2 Aug 2011 at 7:37

GoogleCodeExporter commented 9 years ago
Is this still an issue?

Original comment by sbc@google.com on 1 Feb 2013 at 8:01

GoogleCodeExporter commented 9 years ago
This all seems to work fine these days.  I just updated tinyxml and included 
the running of the test suite.

Original comment by sbc@google.com on 1 Oct 2014 at 5:18