]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/osd: fix compilation guard around specialization for libfmt => 9 49286/head
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 17 Jan 2023 19:11:44 +0000 (19:11 +0000)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 28 Feb 2023 16:22:05 +0000 (16:22 +0000)
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
src/crush/CrushLocation.h

index 2d2d4b52b9669b3f181dc015ca7dc7e02c4e7a9c..026ad107d833a913341e6a5131d485ec1212397c 100644 (file)
@@ -37,8 +37,9 @@ private:
 
 std::ostream& operator<<(std::ostream& os, const CrushLocation& loc);
 }
-#endif
 
 #if FMT_VERSION >= 90000
 template <> struct fmt::formatter<TOPNSPC::crush::CrushLocation> : fmt::ostream_formatter {};
 #endif
+
+#endif