Added generic singletons facility

<sigh> yes, I know - but we have them - may as well make them consistent and safer
This commit is contained in:
Phil Nash
2018-06-15 21:25:04 +01:00
committed by Martin Hořeňovský
parent 38248f3f2c
commit eb783fc20e
4 changed files with 84 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ set(INTERNAL_HEADERS
${HEADER_DIR}/internal/catch_section.h
${HEADER_DIR}/internal/catch_section_info.h
${HEADER_DIR}/internal/catch_session.h
${HEADER_DIR}/internal/catch_singletons.hpp
${HEADER_DIR}/internal/catch_startup_exception_registry.h
${HEADER_DIR}/internal/catch_stream.h
${HEADER_DIR}/internal/catch_stringref.h
@@ -183,6 +184,7 @@ set(IMPL_SOURCES
${HEADER_DIR}/internal/catch_section.cpp
${HEADER_DIR}/internal/catch_section_info.cpp
${HEADER_DIR}/internal/catch_session.cpp
${HEADER_DIR}/internal/catch_singletons.cpp
${HEADER_DIR}/internal/catch_startup_exception_registry.cpp
${HEADER_DIR}/internal/catch_stream.cpp
${HEADER_DIR}/internal/catch_stringref.cpp