diff --git a/src/Span.h b/src/Span.h index 57015cdbe3..96ce5e169b 100644 --- a/src/Span.h +++ b/src/Span.h @@ -20,7 +20,7 @@ public: using element_type = T; - using value_type = typename std::remove_cv::type; + using value_type = std::remove_cv_t; using index_type = size_t;