mirror of https://github.com/ARMmbed/mbed-os.git
Remove c++17 inline of constexpr
parent
1931f4e0d0
commit
a5b66cf824
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue