| 1079 | |
| 1080 | template <typename T> |
| 1081 | struct StringMaker : public detail::StringMakerBase< |
| 1082 | detail::has_insertion_operator<T>::value || detail::types::is_pointer<T>::value || detail::types::is_array<T>::value> |
| 1083 | {}; |
| 1084 | |
| 1085 | #ifndef DOCTEST_STRINGIFY |
| 1086 | #ifdef DOCTEST_CONFIG_DOUBLE_STRINGIFY |
nothing calls this directly
no outgoing calls
no test coverage detected