spacelg
spacelg
The MSVC team recently test JSON project failed to run test on release configuration on windows_x64.
> The error seems to be happening in `replace_substring` which I've recently modified. Could you re-run your test with the latest release version (3.10.5) and let me know if the...
We can fix this test issue as below. This function (in count_inversions.cc): int CountSubarrayInversions(int start, int finish, vector* A_ptr) { has several function calls in one expression. Compiler is allowed...
@biojppm Sorry for late reply, and thanks for your workaround. I've tried this workaround, it works for windows arm64. Thanks, Lin
Hi all, This issue still can be reproduced on latest commit of EASTL master branch. And We tried to investigate it and found that some macros in ..\test\packages\EAThread\include\eathread\internal\eathread_atomic_standalone_msvc.h are not...
Hi All, Someone is looking at this issue?
Hi @bellenot @dpiparo , thank you for your reply. Yes, we tried to build with VS2022 17.9.6 Release and there was indeed no such issue. However, we are actually testing...
Thank you for your quick response, @bellenot. The version of VS we use is not important, we just need to test the compiler MSVC inside VS, the compiler version is...
@bellenot , thank you very much for your reply and information, if there is any workaround info, we will try it.
Hi @bellenot , thank you very much for the workaround you provided, after testing, it works for us.