Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_compiler_capabilities.h229 …1_TO_STRING) && !defined(CATCH_CONFIG_NO_CPP11_TO_STRING) && !defined(CATCH_CONFIG_CPP11_TO_STRING)
230 # 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.md116 CATCH_CONFIG_CPP11_TO_STRING // Use `std::to_string`
123 Catch's selection, by defining either `CATCH_CONFIG_CPP11_TO_STRING` or
/external/catch2/single_include/catch2/
Dcatch.hpp319 …1_TO_STRING) && !defined(CATCH_CONFIG_NO_CPP11_TO_STRING) && !defined(CATCH_CONFIG_CPP11_TO_STRING)
320 # define CATCH_CONFIG_CPP11_TO_STRING macro
9274 #if defined(CATCH_CONFIG_CPP11_TO_STRING) in to_string()