Closed NeroBurner closed 4 years ago
@aras-p I think the Windows runner is borked. It always throws the following error, even though I did not change anything remotely touching flat_hash_map
D:\a\ClangBuildAnalyzer\ClangBuildAnalyzer\src\external\flat_hash_map\flat_hash_map.hpp(1344,24): error C2039: 'out_of_range': is not a member of 'std' (compiling source file ..\..\src\Analysis.cpp) [D:\a\ClangBuildAnalyzer\ClangBuildAnalyzer\projects\vs2019\ClangBuildAnalyzer.vcxproj]
I think the Windows runner is borked
Yeah looks like Github Actions upgraded VS2019 studio version it has, which has changed STL headers layout or include dependencies a bit. flat_hash_map.hpp
was missing <stdexcept>
include.