QuellaZhang
QuellaZhang
``` F:\gitP\electronicarts\EASTL\build_x86>cl /Bv Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30146 for x86 Copyright (C) Microsoft Corporation. All rights reserved. Compiler Passes: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\bin\HostX86\x86\cl.exe: Version 19.29.30146.0 C:\Program Files...
New errors detected under /permissive- and /std:c++latest. `F:\gitP\dmlc\xgboost\tests\cpp\data\test_sparse_page_dmatrix.cc(93,75): error C2039: 'value': is not a member of 'std' [F:\gitP\dmlc\xgboost\build_amd64\testxgboost.vcxproj]` `F:\gitP\dmlc\xgboost\tests\cpp\tree\test_regen.cc(69,30): error C3779: 'xgboost::anonymous-namespace'::RegenTest::Iter': a function that returns 'auto' cannot be used...
Any fixes? It's okay if you can provide a workarounds for us.
Yes, only `repeated_field.h` file emits an error when compiling `extension_set_unittest.cc` file. `F:\gitP\google\protobuf\src\google/protobuf/repeated_field.h(81,27): error C2338: static_assert failed: '' (compiling source file F:\gitP\google\protobuf\src\google\protobuf\extension_set_unittest.cc)`
Any updates?
Thanks @pfultz2. I tried what you said and it works well on default mode. Maybe you can consider updating this.
@ruanshudong We have finally updated the version of CMake recently, but this issue still exists. I had this problem after building TarsCpp 3 times in a loop. **F:\>cmake --version cmake...
The issue is just gone...closed.
Thanks! These known issues have been fixed. A new error was triggered, this should be the last one. `TestMain.cpp` `F:\gitP\cinder\Cinder\test\unit\src\catch.hpp(8459,19): error C2039: 'uncaught_exception': is not a member of 'std'` `C:\Program...