QuellaZhang
QuellaZhang
New same error found in file "D:\CNTK\src\Source\CNTKv2LibraryDll\API\CNTKLibraryInternals.h". D:\CNTK\src\Source\CNTKv2LibraryDll\API\CNTKLibraryInternals.h(121): error C2039: 'runtime_error': is not a member of 'std' C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\include\unordered_map(24): note: see declaration of 'std' D:\CNTK\src\Source\CNTKv2LibraryDll\API\CNTKLibraryInternals.h(126): error C2039:...
Yes, the problem is back. I tried it and it works too, but it's better to fix it upstream, local patching is of no use to us. ``` diff --git...
Can someone help approve the PR? Thanks!
Any updates or patch for this?
Thanks @dzenanz! Verified the 3 instances have been fixed. For HDF5, I can patch it first.
Yes, I also encountered this issue before, but this issue is still in MSVC‘s SuggestionTicket, so I just patch it locally under /std:c++latest mode to unblock test. [itk_c11_error_OSSOptionCppLatest.patch.txt](https://github.com/InsightSoftwareConsortium/ITK/files/6820759/itk_c11_error_OSSOptionCppLatest.patch.txt) 2 related...
Thanks for the fix, but verified this issue still exists. I provide you with a pre-compiled file with corresponding error lines in it. Hope that helps. [itkMatrixOffsetTransformBaseGTest.i.txt](https://github.com/InsightSoftwareConsortium/ITK/files/6853638/itkMatrixOffsetTransformBaseGTest.i.txt) [error_message.txt](https://github.com/InsightSoftwareConsortium/ITK/files/6853640/error_message.txt)
@guolinke @StrikerRUS The MSVC developer provided a local patch(as below) for this issue, can you help check in? Thanks! The **third argument** to fmt::format_to_n() cannot be a function parameter (see...
@StrikerRUS fix by https://github.com/microsoft/LightGBM/pull/5500.
@grojo-ea Thanks for your quick reply. I have confirmed that this issue has been fixed after we updated the EASTL sha. But now we still have other same problems as...