File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 9898 #define INCLUDE_FMT_CORE <fmt/core.h>
9999 #define INCLUDE_FMT_FORMAT <fmt/format.h>
100100 #define INCLUDE_FMT_OSTREAM <fmt/ostream.h>
101- #define INCLUDE_FMT_BASE <fmt/base.h>
102101
103102 #define VT_FMT_NAMESPACE_BEGIN namespace fmt {
104103 #define VT_FMT_NAMESPACE_END }
105104#else
106105 #define INCLUDE_FMT_CORE <fmt-vt/core.h>
107106 #define INCLUDE_FMT_FORMAT <fmt-vt/format.h>
108107 #define INCLUDE_FMT_OSTREAM <fmt-vt/ostream.h>
109- #define INCLUDE_FMT_BASE <fmt-vt/base.h>
110108
111109 #define VT_FMT_NAMESPACE_BEGIN namespace fmt { inline namespace vt {
112110 #define VT_FMT_NAMESPACE_END } }
Original file line number Diff line number Diff line change 4848#include " vt/epoch/epoch_impl_type.h"
4949
5050#include " vt/cmake_config.h"
51- #include INCLUDE_FMT_BASE
5251
5352namespace vt { namespace epoch {
5453
Original file line number Diff line number Diff line change 5252#include < EngFormat-Cpp/eng_format.hpp>
5353
5454#include " vt/cmake_config.h"
55- #include INCLUDE_FMT_BASE
5655
5756namespace vt {
5857
You can’t perform that action at this time.
0 commit comments