Skip to content

Commit 1dac20c

Browse files
author
Marc Emmers
committed
Missed a pointer operator
1 parent 6389bcb commit 1dac20c

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
@@ -39,7 +39,7 @@ public:
3939
_data(ptr)
4040
{}
4141

42-
ElementType* _data = nullptr;
42+
ElementType *_data = nullptr;
4343
static constexpr size_t _size = Extent;
4444
};
4545

0 commit comments

Comments
 (0)