allen
Results
2
comments of
allen
I cann't build 32bit version on Ubuntu20.04 too. The build results always are 64bit version.
clang++ -std=c++23 01-hellow.cpp -o 01-hellow 01-hellow.cpp:3:8: fatal error: module 'std' not found 3 | import std; | ~~~~~~~^~~ 1 error generated. clang++ --version clang version 19.0.0git ([email protected]:llvm/llvm-project.git cbcdf126ccc774c063b5d5140c1393ff5305dded) Target: x86_64-unknown-linux-gnu...