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/service/pages | |
parent | 2f1df3252e615c261b7ad6b5e206c358a11791b1 (diff) | |
download | ydb-21c067632afdb06d2eac52b071552f469ce738af.tar.gz |
remove macros clash with absl libraries
Diffstat (limited to 'library/cpp/monlib/service/pages')
-rw-r--r-- | library/cpp/monlib/service/pages/templates.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/library/cpp/monlib/service/pages/templates.h b/library/cpp/monlib/service/pages/templates.h index 0249807d5f..ab1d91c54e 100644 --- a/library/cpp/monlib/service/pages/templates.h +++ b/library/cpp/monlib/service/pages/templates.h @@ -55,17 +55,11 @@ #define PARA() TAG(TPara) #define PARA_CLASS(cls) TAG_CLASS(TPara, cls) -#define H1() TAG(TH1) #define H1_CLASS(cls) TAG_CLASS(TH1, cls) -#define H2() TAG(TH2) #define H2_CLASS(cls) TAG_CLASS(TH2, cls) -#define H3() TAG(TH3) #define H3_CLASS(cls) TAG_CLASS(TH3, cls) -#define H4() TAG(TH4) #define H4_CLASS(cls) TAG_CLASS(TH4, cls) -#define H5() TAG(TH5) #define H5_CLASS(cls) TAG_CLASS(TH5, cls) -#define H6() TAG(TH6) #define H6_CLASS(cls) TAG_CLASS(TH6, cls) #define SMALL() TAG(TSMALL) |