Skip to content

Commit 52715b4

Browse files
committed
[iterator.synopsis, template.bitset] Add missing whitespace. (cplusplus#1673)
1 parent 134d644 commit 52715b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/iterators.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@
745745
template <class Iterator1, class Iterator2>
746746
constexpr auto operator-(
747747
const reverse_iterator<Iterator1>& x,
748-
const reverse_iterator<Iterator2>& y) ->decltype(y.base() - x.base());
748+
const reverse_iterator<Iterator2>& y) -> decltype(y.base() - x.base());
749749
template <class Iterator>
750750
constexpr reverse_iterator<Iterator>
751751
operator+(

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6182,7 +6182,7 @@
61826182

61836183
\pnum
61846184
The class template
6185-
\tcode{bitset<N>}%
6185+
\tcode{bitset<N>}
61866186
describes an object that can store a sequence consisting of a fixed number of
61876187
bits, \tcode{N}.
61886188

0 commit comments

Comments
 (0)