diff options
author | gvit <gvit@ydb.tech> | 2022-09-09 22:44:37 +0300 |
---|---|---|
committer | gvit <gvit@ydb.tech> | 2022-09-09 22:44:37 +0300 |
commit | 21c067632afdb06d2eac52b071552f469ce738af (patch) | |
tree | fa385360e593ee42f8d4e2fefda4b5ec1fc7ed40 /library/cpp/monlib/dynamic_counters | |
parent | 2f1df3252e615c261b7ad6b5e206c358a11791b1 (diff) | |
download | ydb-21c067632afdb06d2eac52b071552f469ce738af.tar.gz |
remove macros clash with absl libraries
Diffstat (limited to 'library/cpp/monlib/dynamic_counters')
-rw-r--r-- | library/cpp/monlib/dynamic_counters/page.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/monlib/dynamic_counters/page.cpp b/library/cpp/monlib/dynamic_counters/page.cpp index f80cc5ea04..f2fdd61710 100644 --- a/library/cpp/monlib/dynamic_counters/page.cpp +++ b/library/cpp/monlib/dynamic_counters/page.cpp @@ -123,7 +123,7 @@ void TDynamicCountersPage::BeforePre(IMonHttpRequest& request) { out << " for Solomon"; } - H5() { + TAG(TH5) { out << "Counters subgroups"; } UL() { @@ -136,7 +136,7 @@ void TDynamicCountersPage::BeforePre(IMonHttpRequest& request) { }); } - H4() { + TAG(TH4) { out << "Counters as text"; } } |