Loading base/include/android-base/format.h +4 −1 Original line number Original line Diff line number Diff line Loading @@ -18,8 +18,11 @@ // We include fmtlib here as an alias, since libbase will have fmtlib statically linked already. // We include fmtlib here as an alias, since libbase will have fmtlib statically linked already. // It is accessed through its normal fmt:: namespace. // It is accessed through its normal fmt:: namespace. #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wshadow" #include <fmt/chrono.h> #pragma clang diagnostic pop #include <fmt/core.h> #include <fmt/core.h> #include <fmt/format.h> #include <fmt/format.h> #include <fmt/ostream.h> #include <fmt/ostream.h> #include <fmt/printf.h> #include <fmt/printf.h> #include <fmt/time.h> Loading
base/include/android-base/format.h +4 −1 Original line number Original line Diff line number Diff line Loading @@ -18,8 +18,11 @@ // We include fmtlib here as an alias, since libbase will have fmtlib statically linked already. // We include fmtlib here as an alias, since libbase will have fmtlib statically linked already. // It is accessed through its normal fmt:: namespace. // It is accessed through its normal fmt:: namespace. #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wshadow" #include <fmt/chrono.h> #pragma clang diagnostic pop #include <fmt/core.h> #include <fmt/core.h> #include <fmt/format.h> #include <fmt/format.h> #include <fmt/ostream.h> #include <fmt/ostream.h> #include <fmt/printf.h> #include <fmt/printf.h> #include <fmt/time.h>