diff --git a/library/cpp/yt/compact_containers/compact_flat_map.h b/library/cpp/yt/compact_containers/compact_flat_map.h index d4e936684302..49c8628c46ca 100644 --- a/library/cpp/yt/compact_containers/compact_flat_map.h +++ b/library/cpp/yt/compact_containers/compact_flat_map.h @@ -20,7 +20,7 @@ concept CComparisonAllowed = std::same_as || CHasIsTransparentFlag #include +#include #include @@ -163,6 +164,10 @@ template constexpr bool CKnownKVRange> = true; template constexpr bool CKnownKVRange> = true; +template +constexpr bool CKnownKVRange> = true; +template +constexpr bool CKnownKVRange> = true; // TODO(arkady-e1ppa): Uncomment me when // https://github.com/llvm/llvm-project/issues/58534 is shipped. diff --git a/library/cpp/yt/string/unittests/format_ut.cpp b/library/cpp/yt/string/unittests/format_ut.cpp index f783efcf11ab..e2e23c737c2c 100644 --- a/library/cpp/yt/string/unittests/format_ut.cpp +++ b/library/cpp/yt/string/unittests/format_ut.cpp @@ -70,6 +70,7 @@ static_assert(CFormattable>); static_assert(CFormattable>); static_assert(CFormattable>); static_assert(CFormattable>); +static_assert(CFormattable>); static_assert(CFormattable>); static_assert(CFormattable>); static_assert(CFormattable);