[xsd-users] FreeBSD compilation error

Boris Kolpackov boris at codesynthesis.com
Tue Feb 24 03:37:34 EST 2015


Hi Maxim,

Maxim Maslennikov <maxim.maslennikov at gmail.com> writes:

> root at dev:~/dev # clang++ -std=c++11 main.cpp -o test                                                                                               

Try in the c++98 mode since that's how you compile XSD. Clang is
known to be anal enough not to implement common sense stuff just
because the standard doesn't mandate it.

Boris



More information about the xsd-users mailing list