Closed Patrick-ICT closed 3 months ago
Thanks for the report.
Are you suggesting that the issue is specific to clang 19 and does not occur with a different compiler?
I believe the problem is rather similar to #823 and is in fact unrelated to clang 19.
Oh yes, you are right. Thank you~
I am following the build instruction in Google Logging Library. The cmake command is
cmake -DCMAKE_CXX_COMPILER=clang++-19 -S . -B build -G "Unix Makefiles"
then the build command generated the following error: Does anyone know how to fix it?