diff --git a/src/util/StringView.hxx b/src/util/StringView.hxx index 8b5064785..a99f435a5 100644 --- a/src/util/StringView.hxx +++ b/src/util/StringView.hxx @@ -42,9 +42,9 @@ template struct BasicStringView : ConstBuffer { - typedef typename ConstBuffer::size_type size_type; - typedef typename ConstBuffer::value_type value_type; - typedef typename ConstBuffer::pointer_type pointer_type; + using typename ConstBuffer::size_type; + using typename ConstBuffer::value_type; + using typename ConstBuffer::pointer_type; using ConstBuffer::data; using ConstBuffer::size;