#pragma once #include #include #include namespace NYT { //////////////////////////////////////////////////////////////////////////////// template void FormatValue(TStringBuilderBase* builder, const TRange& collection, TStringBuf /*spec*/); template void FormatValue(TStringBuilderBase* builder, const TSharedRange& collection, TStringBuf /*spec*/); template void FormatValue(TStringBuilderBase* builder, const T& collection, TStringBuf /*spec*/); //////////////////////////////////////////////////////////////////////////////// } // namespace NYT #define RANGE_FORMATTERS_INL_H_ #include "range_formatters-inl.h" #undef RANGE_FORMATTERS_INL_H_