Split CATCH_TRANSLATE_EXCEPTION into its own header

As far as I know, only a few users actually use it, but these changes
allow us to avoid including a surprising amount of code in the main
compilation path.
This commit is contained in:
Martin Hořeňovský
2020-05-19 21:16:33 +02:00
parent 0c6fda6e7d
commit 4b2f1da02a
6 changed files with 78 additions and 62 deletions

View File

@@ -123,6 +123,7 @@ set(INTERNAL_HEADERS
${SOURCES_DIR}/internal/catch_to_string.hpp
${SOURCES_DIR}/catch_tostring.hpp
${SOURCES_DIR}/catch_totals.hpp
${SOURCES_DIR}/catch_translate_exception.hpp
${SOURCES_DIR}/internal/catch_uncaught_exceptions.hpp
${SOURCES_DIR}/catch_version.hpp
${SOURCES_DIR}/catch_version_macros.hpp