From 2ddab7a6faab58d8e911012e8a827a3a51504621 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Tue, 9 Jun 2020 16:31:26 +0200 Subject: Comments refresh [skip ci] --- lib/util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/util.h b/lib/util.h index 902b4bfc..81add1ac 100644 --- a/lib/util.h +++ b/lib/util.h @@ -199,7 +199,7 @@ using fn_arg_t = std::tuple_element_t::arg_types>; // TODO: get rid of it as soon as Apple Clang gets proper deduction guides -// for std::function<> +// for std::function<> template inline auto wrap_in_function(FnT&& f) { @@ -217,7 +217,7 @@ inline auto operator"" _ls(const char* s, std::size_t size) */ template class Range { - // Looking forward for Ranges TS to produce something (in C++23?..) + // Looking forward to C++23 ranges using iterator = typename ArrayT::iterator; using const_iterator = typename ArrayT::const_iterator; using size_type = typename ArrayT::size_type; -- cgit v1.2.3