Closed sikmir closed 3 months ago
Can't reproduce with clang++18.1.8.
I noticed that shared_ptr with array type is marked as C++17 feature.
Does CXX=clang++ CXXFLAGS=-std=gnu++17 make
works?
please also try recent commit in mapsoft2-libs
Can't reproduce with clang++18.1.8. I noticed that shared_ptr with array type is marked as C++17 feature. Does
CXX=clang++ CXXFLAGS=-std=gnu++17 make
works?
clang 16.0.6 on macOS. Yes, -std=c++17
solves problem.
please also try recent commit in mapsoft2-libs
Yes, it works as well (without -std=c++17
)