> We need an extra "#endif" > #endif /* HAVE_CXX11 || _MSC_VER >= 1600 */ > I think it goes here ?
Ah, sort of. I copied&pasted an extract of the whole file and my #endif /* __cpluscplus */ comment was indeed wrong and should have been #endif /* HAVE_CXX11 || _MSC_VER >= 1600 */ (and the final #endif /* __cpluscplus */ is a bit later in the whole file). Fixed now. Thanks. Anyway that has been now committed and everything seems to work fine > > > /* For GDAL source compilation only, ignore override if non C++11 compiler > > */ #ifdef GDAL_COMPILATION > > # define override > > #endif > > > > #endif /* __cpluscplus */ > > > > }}} -- Spatialys - Geospatial professional services http://www.spatialys.com
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
