From a8582e25936da4343966c91761d686c4933e3f6b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 25 May 2019 17:30:14 +0300 Subject: Fix previous workaround --- libbutl/url.mxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbutl/url.mxx b/libbutl/url.mxx index 357926b..d50ae55 100644 --- a/libbutl/url.mxx +++ b/libbutl/url.mxx @@ -442,7 +442,7 @@ LIBBUTL_MODEXPORT namespace butl static void decode (I begin, I end, O output, F&& dfunc); - template + template static void decode (I b, I e, O o) { -- cgit v1.1