Skip to content

Commit fc15ada

Browse files
JohelEGPtkoeppe
authored andcommitted
[tuple.tuple] Remove extra space before class scope (#1846)
1 parent 784f8c9 commit fc15ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@
10871087
\begin{codeblock}
10881088
namespace std {
10891089
template <class... Types>
1090-
class tuple {
1090+
class tuple {
10911091
public:
10921092
// \ref{tuple.cnstr}, \tcode{tuple} construction
10931093
@\EXPLICIT@ constexpr tuple();

0 commit comments

Comments
 (0)