Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff authored and yxue committed Dec 5, 2022
1 parent 37fc691 commit 9c13dc6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api/include/opentelemetry/nostd/span.h
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,6 @@ class span<T, dynamic_extent>
T *end() const noexcept { return data_ + extent_; }

private:
// Note: matches libstdc++'s layout for std::span
// See
// https://github.com/gcc-mirror/gcc/blob/a60701e05b3878000ff9fdde1aecbc472b9dec5a/libstdc%2B%2B-v3/include/std/span#L402-L403
size_t extent_;
T *data_;
};
Expand Down

0 comments on commit 9c13dc6

Please sign in to comment.