[PATCH] D52998: [benchmark] Disable exceptions in Microsoft STL
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 8 14:10:00 PDT 2018
lebedev.ri added a comment.
Are those warnings about C++ exceptions, or some windows-specific exception stuff?
It seems the C++ exceptions are used in tests e.g.
https://github.com/google/benchmark/search?q=throw&unscoped_q=throw
https://github.com/google/benchmark/search?q=catch&unscoped_q=catch
https://reviews.llvm.org/D52998
More information about the cfe-commits
mailing list