Skip to content

Commit

Permalink
Missed a pointer operator
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Emmers committed Jan 16, 2021
1 parent 6389bcb commit 1dac20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/cxxsupport/mstd_span
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public:
_data(ptr)
{}

ElementType* _data = nullptr;
ElementType *_data = nullptr;
static constexpr size_t _size = Extent;
};

Expand Down

0 comments on commit 1dac20c

Please sign in to comment.