From: Kefu Chai Date: Fri, 2 Dec 2022 06:10:02 +0000 (+0800) Subject: fmt: pickup v9.1.0 X-Git-Tag: v18.1.0~662^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ff7a7386c1f5d8ce0edb1fb4342951fb5b97e5db;p=ceph.git fmt: pickup v9.1.0 fmt 9.0.0 dropped automatic `std::ostream` insertion operator discovery when `fmt/ostream.h` to prevent ODR violations. instead of defining `FMT_DEPRECATED_OSTREAM`, we took efforts to specialize `fmt::formatter<..>` to be compatible with the new fmtlib. to avoid breaking the build with fmt v9 and up, let's bump up the fmt submodule. Signed-off-by: Kefu Chai --- diff --git a/src/fmt b/src/fmt index b6f4ceaed0a..a33701196ad 160000 --- a/src/fmt +++ b/src/fmt @@ -1 +1 @@ -Subproject commit b6f4ceaed0a0a24ccf575fab6c56dd50ccf6f1a9 +Subproject commit a33701196adfad74917046096bf5a2aa0ab0bb50