Home | History | Annotate | Download | only in internal

Lines Matching defs:_HAS_EXCEPTIONS

299 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
302 # ifndef _HAS_EXCEPTIONS
303 # define _HAS_EXCEPTIONS 1
304 # endif // _HAS_EXCEPTIONS
305 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS