Skip to content

Fix the build of `GeoIntrusivePtr` on macOS 13

Riccardo Maria Bianchi requested to merge fix-intrusiveptr-build-macos13 into main

On macOS 13, the new GeoIntrisuivePointer does not build because the std::move is not found out of the box.

Adding the #include <utility> header fixes the build.

Cc: @jojungge @boudreau @tsulaia

Merge request reports

Loading