Skip to content

Commit 5ba1100

Browse files
Andreas-Krugjwakely
authored andcommitted
[array.overview] Remove whitespace between T and pointer
1 parent 6851c38 commit 5ba1100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/containers.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6149,8 +6149,8 @@
61496149
constexpr reference back();
61506150
constexpr const_reference back() const;
61516151

6152-
constexpr T * data() noexcept;
6153-
constexpr const T * data() const noexcept;
6152+
constexpr T* data() noexcept;
6153+
constexpr const T* data() const noexcept;
61546154
};
61556155

61566156
template<class T, class... U>

0 commit comments

Comments
 (0)