anonymous
Results
2
comments of
anonymous
compilation failed on g++: ```sh g++ -std=c++26 -Wall -fdiagnostics-color=always -fmodules -fmodule-mapper=./bin/debug/module/mapper.txt -g -O0 -DDEBUG -I ./bin/debug/third_party/install/include -c ./module/icu.cpp -o ./bin/debug/module/icu.o ``` ```text In file included from ./module/icu.cpp:100: 1750 | :...
> @AnonymousPC It sounds like you have a combination of compiler and standard library that claims to be for C++26 and in particular that has `__cpp_lib_ranges >= 202202L`, but that...