From 21faaa349f1eb25cd9ada7935ebdee33006cbf87 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Tue, 12 Jul 2022 17:37:08 +0100 Subject: [PATCH] Work in progress --- include/etl/poly_span.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/etl/poly_span.h b/include/etl/poly_span.h index 4f653813..3110c4df 100644 --- a/include/etl/poly_span.h +++ b/include/etl/poly_span.h @@ -247,7 +247,7 @@ namespace etl } //*************************************************************************** - /// Poly Span + /// Poly Span - Fixed Extent //*************************************************************************** template class poly_span @@ -609,7 +609,7 @@ namespace etl }; //*************************************************************************** - /// Span specialisation + /// Poly Span - Dynamic Extent //*************************************************************************** template class poly_span