Test solution

This commit is contained in:
Dmitry Kobets 2022-06-20 17:47:40 -07:00
parent d9fc52e20e
commit be0a8a2caa

View File

@ -41,7 +41,7 @@ namespace gsl
{
// [span.views.constants], constants
constexpr const std::size_t dynamic_extent = narrow_cast<std::size_t>(-1);
inline constexpr const std::size_t dynamic_extent = narrow_cast<std::size_t>(-1);
template <class ElementType, std::size_t Extent = dynamic_extent>
class span;