On 28-10-15 07:56, Oliver Eichler wrote: > it's not that scary. But there are 2 or 3 helpful features in the > extension. Mainly in the area of initialization of classes and > variables. I already cross checked with the Windows compiler and it's fine. > > I just wanted to know if there are distributions with a GCC not > supporting the extensions. Or having any other reasoning not to use that > stuff.
GCC has a list of which C++11 features are supported: https://gcc.gnu.org/projects/cxx0x.html For specifics you need to check the status of the GCC version, e.g.: https://gcc.gnu.org/onlinedocs/gcc-5.1.0/libstdc++/manual/manual/status.html#manual.intro.status.iso The GCC version in SUSE is not guaranteed to be available in other distributions, so you need to be conservative if you want broader support. Please state which extensions you want to use, this allows us to determine the minimum required GCC version, and in turn which distribution releases include that GCC version. Kind Regards, Bas -- GPG Key ID: 4096R/6750F10AE88D4AF1 Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1 ------------------------------------------------------------------------------ _______________________________________________ Qlandkartegt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
