Remove c++17 inline of constexpr

pull/13881/head
Marc Emmers 2020-11-09 15:44:30 +01:00
parent 1931f4e0d0
commit a5b66cf824
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
namespace mstd {
inline constexpr size_t dynamic_extent = -1;
constexpr size_t dynamic_extent = -1;
template <typename, size_t = dynamic_extent> class span;