[PATCH] D52998: [benchmark] Disable exceptions in Microsoft STL

Zachary Turner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 8 14:30:41 PDT 2018


zturner added subscribers: eandrews, zturner.
zturner added a comment.

`_HAS_EXCEPTIONS=0` is an undocumented STL specific thing that the library
implementation uses to mean "don't write code that does `throw X;`, do
something else instead".


https://reviews.llvm.org/D52998





More information about the cfe-commits mailing list