mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
=default
This commit is contained in:
parent
7eb8f41af5
commit
c5da5e7409
@ -99,7 +99,7 @@ public:
|
||||
using reference = std::add_lvalue_reference_t<value_type>;
|
||||
using const_reference = std::add_lvalue_reference_t<std::add_const_t<value_type>>;
|
||||
|
||||
constexpr multi_span_index() GSL_NOEXCEPT {}
|
||||
constexpr multi_span_index() GSL_NOEXCEPT = default;
|
||||
|
||||
constexpr multi_span_index(const value_type (&values)[Rank]) GSL_NOEXCEPT
|
||||
{
|
||||
|
@ -276,7 +276,7 @@ namespace details
|
||||
|
||||
static_assert(Ext >= 0, "A fixed-size span must be >= 0 in size.");
|
||||
|
||||
constexpr extent_type() GSL_NOEXCEPT {}
|
||||
constexpr extent_type() GSL_NOEXCEPT = default;
|
||||
|
||||
template <index_type Other>
|
||||
constexpr extent_type(extent_type<Other> ext)
|
||||
|
Loading…
Reference in New Issue
Block a user