quayle / xplus-xsd2cpp

Automatically exported from code.google.com/p/xplus-xsd2cpp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

build failure due to unqualified lookup #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. build the source with gcc 4.8
2.
3.

What is the expected output? What do you see instead?
build fails

What version of the product are you using? On what operating system?
0.2.2

Please provide any additional information below.
Compilation fails in include/XSD/Facets.h at line #288 and #307 due to 
unresolved symbol. Using this->value fixes it. 

Original issue reported on code.google.com by sutambe on 25 Sep 2014 at 6:01