From bc2ef1d409b3832c87bf5b88396dc38c006aac25 Mon Sep 17 00:00:00 2001 From: Benny Halevy Date: Thu, 22 Aug 2019 18:10:45 +0300 Subject: [PATCH] mutation_fragment: declare partition_region operator<< in header file Signed-off-by: Benny Halevy --- mutation_fragment.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/mutation_fragment.hh b/mutation_fragment.hh index 55f4a48698..4fcbc642c9 100644 --- a/mutation_fragment.hh +++ b/mutation_fragment.hh @@ -553,6 +553,7 @@ inline position_in_partition_view partition_end::position() const return position_in_partition_view(position_in_partition_view::end_of_partition_tag_t()); } +std::ostream& operator<<(std::ostream&, partition_region); std::ostream& operator<<(std::ostream&, mutation_fragment::kind); using mutation_fragment_opt = optimized_optional;