mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	Rename file catch_matchers_floating -> catch_matchers_floating_point
The old name was a legacy of v2 era, where all headers were stitched into one. With v3 using separate headers, it is better when they have proper name.
This commit is contained in:
		@@ -86,7 +86,7 @@ set(INTERNAL_HEADERS
 | 
			
		||||
    ${SOURCES_DIR}/matchers/catch_matchers_container_properties.hpp
 | 
			
		||||
    ${SOURCES_DIR}/matchers/catch_matchers_contains.hpp
 | 
			
		||||
    ${SOURCES_DIR}/matchers/catch_matchers_exception.hpp
 | 
			
		||||
    ${SOURCES_DIR}/matchers/catch_matchers_floating.hpp
 | 
			
		||||
    ${SOURCES_DIR}/matchers/catch_matchers_floating_point.hpp
 | 
			
		||||
    ${SOURCES_DIR}/matchers/catch_matchers_predicate.hpp
 | 
			
		||||
    ${SOURCES_DIR}/matchers/catch_matchers_string.hpp
 | 
			
		||||
    ${SOURCES_DIR}/matchers/catch_matchers_templated.hpp
 | 
			
		||||
@@ -160,7 +160,7 @@ set(IMPL_SOURCES
 | 
			
		||||
    ${SOURCES_DIR}/interfaces/catch_interfaces_combined_tu.cpp
 | 
			
		||||
    ${SOURCES_DIR}/interfaces/catch_interfaces_reporter.cpp
 | 
			
		||||
    ${SOURCES_DIR}/internal/catch_list.cpp
 | 
			
		||||
    ${SOURCES_DIR}/matchers/catch_matchers_floating.cpp
 | 
			
		||||
    ${SOURCES_DIR}/matchers/catch_matchers_floating_point.cpp
 | 
			
		||||
    ${SOURCES_DIR}/matchers/catch_matchers_string.cpp
 | 
			
		||||
    ${SOURCES_DIR}/matchers/catch_matchers_templated.cpp
 | 
			
		||||
    ${SOURCES_DIR}/catch_message.cpp
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user