From be0a8a2caad9c83a9368d5e9e348a6566e60c5c4 Mon Sep 17 00:00:00 2001 From: Dmitry Kobets Date: Mon, 20 Jun 2022 17:47:40 -0700 Subject: [PATCH] Test solution --- include/gsl/span_ext | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gsl/span_ext b/include/gsl/span_ext index d86f736..5f54e81 100644 --- a/include/gsl/span_ext +++ b/include/gsl/span_ext @@ -41,7 +41,7 @@ namespace gsl { // [span.views.constants], constants -constexpr const std::size_t dynamic_extent = narrow_cast(-1); +inline constexpr const std::size_t dynamic_extent = narrow_cast(-1); template class span;