We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b602203 + 0d058f7 commit f3ad597Copy full SHA for f3ad597
include/etl/multi_span.h
@@ -296,7 +296,7 @@ namespace etl
296
//*************************************************************************
297
/// Returns <b>true</b> if the multi_span size is zero.
298
299
- ETL_CONSTEXPR bool empty() const ETL_NOEXCEPT
+ ETL_CONSTEXPR14 bool empty() const ETL_NOEXCEPT
300
{
301
if (span_list.empty())
302
0 commit comments