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

Boris Kolpackov boris at codesynthesis.com
Fri Jul 4 07:55:29 EDT 2014


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