Skip to content

Commit f3ad597

Browse files
author
John Wellbelove
committed
Merge branch 'development' of https://github.com/ETLCPP/etl into development
2 parents b602203 + 0d058f7 commit f3ad597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/etl/multi_span.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ namespace etl
296296
//*************************************************************************
297297
/// Returns <b>true</b> if the multi_span size is zero.
298298
//*************************************************************************
299-
ETL_CONSTEXPR bool empty() const ETL_NOEXCEPT
299+
ETL_CONSTEXPR14 bool empty() const ETL_NOEXCEPT
300300
{
301301
if (span_list.empty())
302302
{

0 commit comments

Comments
 (0)