Home | History | Annotate | Download | only in gtest

Lines Matching defs:_HAS_EXCEPTIONS

394 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
397 # ifndef _HAS_EXCEPTIONS
398 # define _HAS_EXCEPTIONS 1
399 # endif // _HAS_EXCEPTIONS
400 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS