Loading src/sled/log/log.h +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ #include <assert.h> // clang-format off #include <fmt/ostream.h>// support fmt base ostream #include <fmt/time.h> // #include <fmt/time.h> namespace { Loading src/sled/sled.h +1 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ #include "sled/uri.h" // testing #include "sled/testing/test.h" // #include "sled/testing/test.h" // debugging Loading src/sled/status.h +21 −16 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ #ifndef SLED_STATUS_H #define SLED_STATUS_H #include "fmt/ostream.h" #include <memory> #include <string> #include <unordered_map> Loading Loading @@ -102,4 +103,8 @@ std::ostream &operator<<(std::ostream &os, sled::Status const &status); }// namespace sled namespace fmt { template<> struct formatter<::sled::Status> : ostream_formatter {}; }// namespace fmt #endif// SLED_STATUS_H Loading
src/sled/log/log.h +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ #include <assert.h> // clang-format off #include <fmt/ostream.h>// support fmt base ostream #include <fmt/time.h> // #include <fmt/time.h> namespace { Loading
src/sled/sled.h +1 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ #include "sled/uri.h" // testing #include "sled/testing/test.h" // #include "sled/testing/test.h" // debugging Loading
src/sled/status.h +21 −16 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ #ifndef SLED_STATUS_H #define SLED_STATUS_H #include "fmt/ostream.h" #include <memory> #include <string> #include <unordered_map> Loading Loading @@ -102,4 +103,8 @@ std::ostream &operator<<(std::ostream &os, sled::Status const &status); }// namespace sled namespace fmt { template<> struct formatter<::sled::Status> : ostream_formatter {}; }// namespace fmt #endif// SLED_STATUS_H