From b482ce1d601a777250f28ed118ac250943aca4eb Mon Sep 17 00:00:00 2001 From: John Richardson Date: Mon, 18 Sep 2017 12:44:01 +0100 Subject: COMPMID-497: Move FillBorder to new validation Change-Id: Iefa628de780b76977578a250c17f27962664eae0 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/88094 Tested-by: Kaizen Reviewed-by: Pablo Tello --- utils/TypePrinter.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'utils') diff --git a/utils/TypePrinter.h b/utils/TypePrinter.h index 4ea9326b2b..758034884c 100644 --- a/utils/TypePrinter.h +++ b/utils/TypePrinter.h @@ -578,6 +578,13 @@ inline std::string to_string(const BorderMode &mode) return str.str(); } +inline std::string to_string(const BorderSize &border) +{ + std::stringstream str; + str << border; + return str.str(); +} + inline std::string to_string(const InterpolationPolicy &policy) { std::stringstream str; -- cgit v1.2.1