1
0
forked from boostorg/core

Merge branch 'develop' into feature/warnings-as-errors

This commit is contained in:
Peter Dimov
2021-11-01 05:12:33 +02:00

View File

@ -15,7 +15,7 @@ Distributed under the Boost Software License, Version 1.0.
namespace boost {
constexpr std::size_t dynamic_extent = static_cast<std::size_t>( -1 );
constexpr std::size_t dynamic_extent = static_cast<std::size_t>(-1);
template<class T, std::size_t E = dynamic_extent>
class span;