azraelly / ticpp

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

problem on Sun solaris 9 for SPARC #39

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
when compiling the .cpp file which including ticpp.h and configuring -
D "TIXML_USE_TICPP" option in compile command line, a error message would 
be display, for example "ticpp.h", line 1138: Error: Cannot return 
ticpp::Iterator<ticpp::Element> from a function that should return 
ticpp::Iterator<ticpp::Node>&.
I've tried compiling the same project in RedHat Linux, but not any error 
be shown. So, I'm wondering if those would be relate to compiler type?

What steps will reproduce the problem?
1. including ticpp.h in .cpp file
2. configure the -d "TIXML_USE_TICPP" option in compile command line
3.

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

What version of the product are you using? On what operating system?
Sun solaris 9 for SPARC

Please provide any additional information below.

"ticpp.h", line 1138: Error: Cannot return ticpp::Iterator<ticpp::Element> 
from a function that should return ticpp::Iterator<ticpp::Node>&.

Original issue reported on code.google.com by james.wa...@gmail.com on 6 Feb 2009 at 8:28