Searched refs:_HAS_EXCEPTIONS (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h457 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
460 # ifndef _HAS_EXCEPTIONS
461 # define _HAS_EXCEPTIONS 1 macro
462 # endif // _HAS_EXCEPTIONS
463 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS

Completed in 17 milliseconds