mirror of
https://github.com/boostorg/core.git
synced 2025-05-12 13:41:39 +00:00
Merge branch 'develop' into feature/warnings-as-errors
This commit is contained in:
commit
e4fb94b73c
@ -15,7 +15,7 @@ Distributed under the Boost Software License, Version 1.0.
|
|||||||
|
|
||||||
namespace boost {
|
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>
|
template<class T, std::size_t E = dynamic_extent>
|
||||||
class span;
|
class span;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user