Home
last modified time | relevance | path

Searched refs:CATCH_CONFIG_CPP11_TO_STRING (Results 1 – 5 of 5) sorted by relevance

/external/catch2/include/internal/
Dcatch_compiler_capabilities.h268 …1_TO_STRING) && !defined(CATCH_CONFIG_NO_CPP11_TO_STRING) && !defined(CATCH_CONFIG_CPP11_TO_STRING)
269 # define CATCH_CONFIG_CPP11_TO_STRING macro
Dcatch_to_string.hpp18 #if defined(CATCH_CONFIG_CPP11_TO_STRING) in to_string()
/external/catch2/docs/
Dconfiguration.md117 CATCH_CONFIG_CPP11_TO_STRING // Use `std::to_string`
124 Catch's selection, by defining either `CATCH_CONFIG_CPP11_TO_STRING` or
/external/libabigail/tests/lib/
Dcatch.hpp364 …1_TO_STRING) && !defined(CATCH_CONFIG_NO_CPP11_TO_STRING) && !defined(CATCH_CONFIG_CPP11_TO_STRING)
365 # define CATCH_CONFIG_CPP11_TO_STRING macro
11401 #if defined(CATCH_CONFIG_CPP11_TO_STRING) in to_string()
/external/catch2/single_include/catch2/
Dcatch.hpp357 …1_TO_STRING) && !defined(CATCH_CONFIG_NO_CPP11_TO_STRING) && !defined(CATCH_CONFIG_CPP11_TO_STRING)
358 # define CATCH_CONFIG_CPP11_TO_STRING macro
11339 #if defined(CATCH_CONFIG_CPP11_TO_STRING) in to_string()