On samedi 21 avril 2018 19:32:23 CEST Sebastiaan Couwenberg wrote: > Hi Even, > > Regarding the C++11 requirement, this causes the liblas build to fail > due to the check in cpl_port.h. > > liblas uses -std=c++98 whereas the gdal build used -std=gnu89
You mean GDAL uses -std=c++11 right ? > . Do you > recommend the latter for projects that depend on GDAL? Or should they > prefer -std=c++11? Projects using GDAL C++ API should use at least -std=c++11 (or higher) > > Kind Regards, > > Bas -- Spatialys - Geospatial professional services http://www.spatialys.com
