adjfangjiawei
adjfangjiawei
I also get this crash in wsl Ubuntu22,04
> I also get this crash in wsl Ubuntu22,04 It's my problem.The library is compiled by gcc,but my project is compiled by clang
 You are missing to link utf8_range::utf8_validity
My compiler is clang++-20
> Are you trying the modules branch? I am in the CXX20Modules branch,and my compile command is cmake . -B Build -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_CXX_FLAGS="$CMAKE_CXX_FLAGS -fopenmp -fexperimental-library" -DCMAKE_CXX_COMPILER=clang++-20 -DCMAKE_C_COMPILER=clang-20...
Ok,I find I can compile in the v1.3 branch.