Split the NonCopyable helper out of catch_common.hpp

This commit is contained in:
Martin Hořeňovský
2020-08-18 11:35:58 +02:00
parent c1bb699d45
commit e7eb749815
15 changed files with 53 additions and 31 deletions

View File

@@ -38,6 +38,7 @@ set(INTERNAL_HEADERS
${SOURCES_DIR}/matchers/internal/catch_matchers_impl.hpp
${SOURCES_DIR}/internal/catch_console_width.hpp
${SOURCES_DIR}/internal/catch_container_nonmembers.hpp
${SOURCES_DIR}/internal/catch_noncopyable.hpp
${SOURCES_DIR}/catch_approx.hpp
${SOURCES_DIR}/internal/catch_assertion_handler.hpp
${SOURCES_DIR}/catch_assertion_info.hpp