diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-05-25 17:30:14 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-05-25 17:30:14 +0300 |
commit | a8582e25936da4343966c91761d686c4933e3f6b (patch) | |
tree | a7d7b2f5f744f29dfdd902747d8961e8ecb0e058 | |
parent | f61b6ec48ade4e071a8f65814f3a1d14373a0786 (diff) |
Fix previous workaround
-rw-r--r-- | libbutl/url.mxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 <typename I, typename O, typename F> + template <typename I, typename O> static void decode (I b, I e, O o) { |