mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 23:03:54 +00:00
Address C++17 redeclaration of constexpr static
This commit is contained in:
parent
31117ef800
commit
04cc766db3
@ -351,8 +351,10 @@ private:
|
||||
detail::span_store<T, E> s_;
|
||||
};
|
||||
|
||||
#if defined(BOOST_NO_CXX17_INLINE_VARIABLES)
|
||||
template<class T, std::size_t E>
|
||||
constexpr std::size_t span<T, E>::extent;
|
||||
#endif
|
||||
|
||||
#ifdef __cpp_deduction_guides
|
||||
template<class I, class L>
|
||||
|
Loading…
x
Reference in New Issue
Block a user