Merge branch 'development' into development

This commit is contained in:
John Wellbelove 2026-07-26 09:22:20 +01:00 committed by GitHub
commit 565801993a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,7 +59,7 @@ namespace etl
// Convertible to any type of null non-member pointer.
template <class T>
operator T*() const
ETL_CONSTEXPR operator T*() const ETL_NOEXCEPT
{
return 0;
}
@ -74,7 +74,7 @@ namespace etl
/// A null option.
///\ingroup utilities
//*****************************************************************************
const nullopt_t nullopt = {};
ETL_INLINE_VAR ETL_CONSTANT nullopt_t nullopt = {};
//***************************************************************************
/// Exception for optional.