On debian 12:

/usr/include/c++/12/cstdlib, line 75. Context:

// Need to ensure this finds the C library's <stdlib.h> not a libstdc++
// wrapper that might already be installed later in the include search path.
#define _GLIBCXX_INCLUDE_NEXT_C_HEADERS
#include_next <stdlib.h>
#undef _GLIBCXX_INCLUDE_NEXT_C_HEADERS
#include <bits/std_abs.h>

...

On 6/24/24 11:24, Greg Troxel via gdal-dev wrote:
I egreped over the gdal 3.9.1rc2 sources and do not find this
include_next stdlib at all.

   $ egrep -R include_next.*stdlib .

Please explain where you think it is in the sources.
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to