mirror of
https://github.com/ETLCPP/etl.git
synced 2026-07-30 08:16:19 +08:00
Merge branch 'development' into issue/Fix-signed/unsigned-warnings-in-VS2022
This commit is contained in:
commit
fecd601ea6
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user