Skip to content

Commit a5b66cf

Browse files
author
Marc Emmers
committed
Remove c++17 inline of constexpr
1 parent 1931f4e commit a5b66cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/cxxsupport/mstd_span

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
namespace mstd {
2424

25-
inline constexpr size_t dynamic_extent = -1;
25+
constexpr size_t dynamic_extent = -1;
2626

2727
template <typename, size_t = dynamic_extent> class span;
2828

0 commit comments

Comments
 (0)