[xsd-users] xsd-3.3.0-gcc-4.7-clang.patch

Juan Carlos Rueda Quezada jcrq51 at hotmail.com
Fri Jul 4 09:56:40 EDT 2014


Hi Boris

I built successfully my program using g++ 4.7 -std=c++0×
Thank you so much :)


Enviado desde Samsung Mobile

<div>-------- Mensaje original --------</div><div>De: Boris Kolpackov <boris at codesynthesis.com> </div><div>Fecha:04/07/2014  07:00 AM  (GMT-05:00) </div><div>A: Juan Carlos Rueda Quezada <jcrq51 at hotmail.com> </div><div>CC: xsd-users at codesynthesis.com </div><div>Asunto: Re: [xsd-users] xsd-3.3.0-gcc-4.7-clang.patch </div><div>
</div>
Hi Juan,

Juan Carlos Rueda Quezada <jcrq51 at hotmail.com> writes:

> Currently my program compiles ok on mac osx with clang and -std=c++11
> but the final deployment is on centOs. Why the patch don't have the
> same effect on centos with clang++.

It is not the patch or your code, it is your toolchain on CentOS
that's the problem. Using GCC 4.4 runtime in C++11 model is most
likely not going to work.


> Another question, the code that a have writen with the current
> release would be compatible with the next release?.

There aren't many breaking changes, so, yes, everything should
work with minimal modifications (e.g., change auto_ptr to
unique_ptr if using the C++11 mode).

Boris


More information about the xsd-users mailing list