mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 04:07:10 +01:00 
			
		
		
		
	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
					Phil Nash
				
			
				
					committed by
					
						 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
			
				
	
			
			
			 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
						parent
						
							38248f3f2c
						
					
				
				
					commit
					eb783fc20e
				
			| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user