mirror of
https://github.com/boostorg/core.git
synced 2025-07-29 12:27:42 +02:00
Address C++17 redeclaration of constexpr static
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user