mirror of
				https://github.com/fmtlib/fmt.git
				synced 2025-11-03 23:51:41 +01:00 
			
		
		
		
	float_spec -> float_specs
This commit is contained in:
		@@ -318,7 +318,7 @@ TEST(FPTest, FixedHandler) {
 | 
			
		||||
 | 
			
		||||
TEST(FPTest, GrisuFormatCompilesWithNonIEEEDouble) {
 | 
			
		||||
  fmt::memory_buffer buf;
 | 
			
		||||
  format_float(0.42, -1, fmt::internal::float_spec(), buf);
 | 
			
		||||
  format_float(0.42, -1, fmt::internal::float_specs(), buf);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
template <typename T> struct value_extractor {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user