From a8a7534f78d9e3178f0666452675a5ccc3a5cb9f Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 26 Feb 2015 06:54:12 -0800 Subject: [PATCH] Reorder function declarations Obey your inner OCD --- format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format.h b/format.h index 31daf7cf..7f080319 100644 --- a/format.h +++ b/format.h @@ -1610,9 +1610,9 @@ class BasicWriter { // and strings to a char stream. If you want to print a wide string as a // pointer as std::ostream does, cast it to const void*. // Do not implement! + void operator<<(typename internal::WCharHelper::Unsupported); void operator<<( typename internal::WCharHelper::Unsupported); - void operator<<(typename internal::WCharHelper::Unsupported); // Appends floating-point length specifier to the format string. // The second argument is only used for overload resolution.