Add StringMaker for std::(w)string_view

Fixes #1375
This commit is contained in:
melak47
2018-09-04 17:01:26 +02:00
committed by Martin Hořeňovský
parent 1eb42eed97
commit a575536abe
5 changed files with 68 additions and 13 deletions

View File

@@ -127,6 +127,7 @@ Catch's selection, by defining either `CATCH_CONFIG_CPP11_TO_STRING` or
## C++17 toggles
CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS // Use std::uncaught_exceptions instead of std::uncaught_exception
CATCH_CONFIG_CPP17_STRING_VIEW // Provide StringMaker specialization for std::string_view
Catch contains basic compiler/standard detection and attempts to use
some C++17 features whenever appropriate. This automatic detection