From 80d2506c348d045845d5455c21f39697c2e9163c Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 7 Oct 2017 15:55:57 +0800 Subject: [PATCH] Make utf8_iterator traits clear about it returning non-references --- src/utf8_iterator.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/utf8_iterator.hh b/src/utf8_iterator.hh index b2563e43..20386069 100644 --- a/src/utf8_iterator.hh +++ b/src/utf8_iterator.hh @@ -18,7 +18,8 @@ template class iterator : public std::iterator + CodepointType, DifferenceType, + CodepointType*, CodepointType> { public: iterator() = default;