QuellaZhang

Results 26 issues of QuellaZhang

std::uncaught_exception was deprecated in C++17 and removed in C++20. In /std:c++17 mode, this triggers a deprecation warning in recent versions of MSVC. In /std:c++latest mode, now that microsoft/STL#380 has been...

Hi All, Environment: VS 2019 + Windows Server 2016 bgfx failed to build on MSVC with /std:c++latest enabled. It can be reproduced on latest version 89b6c25 on master branch. Could...

**Environment:** VS 2017 + Windows Server 2016 **Description:** CNTK failed due to "error C2039: 'runtime_error': is not a member of 'std'" under /permissive- mode when built on MSVC. You use...

Submodules will no longer download as the git: protocol, reference https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git, update the protocol to `https://`. Fixed https://github.com/cocos2d/cocos2d-x/issues/20714.

When we cloned cocos2d-x repo today and found the following error: **`F:\>git clone --recursive https://github.com/cocos2d/cocos2d-x F:\gitP\cocos2d\cocos2d-x`** `Cloning into 'F:/gitP/cocos2d/cocos2d-x/tests/cpp-tests/Resources/ccs-res'...` `fatal: remote error:` ` The unauthenticated git protocol on port 9418...

Hi all, NanoRange assert failed on upcoming version of MSVC: F:\gitP\tcbrindle\nanorange\test\test_concepts.cpp(183): error C2607: static assertion failed The failing line is: static_assert(rng::default_initializable); which eventually reaches: template inline constexpr bool is_default_initializable =...

**Environment:** Windows Server 2016 + VS2019 + EASTL master branch latest d996510 source code. EASTL failed to build due to error C2664: 'void (const char8_t *)': cannot convert argument 1...

Hi All, We tried to build and run hof test for Boost with VS2017 Update 7 on Windows. It failed to build due to the error C2892. Could you please...

Hi All, We tried to build and run hof test for Boost with permissive- mode on VS2017 Update 7 on Windows. It failed to build due to the error C2440....

**Issue description:** Boost\libs\safe_numerics failed to build due to error C2968 on MSVC. Could you please take a look? We ues https://github.com/boostorg/boost/commit/8bfc57e268c536f68d3832741bccdefad534d9d4 from Boost master branch. **Build step:** 1. git clone...