We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92eb3a commit 32fffbeCopy full SHA for 32fffbe
source/iterators.tex
@@ -745,7 +745,7 @@
745
template <class Iterator1, class Iterator2>
746
constexpr auto operator-(
747
const reverse_iterator<Iterator1>& x,
748
- const reverse_iterator<Iterator2>& y) ->decltype(y.base() - x.base());
+ const reverse_iterator<Iterator2>& y) -> decltype(y.base() - x.base());
749
template <class Iterator>
750
constexpr reverse_iterator<Iterator>
751
operator+(
source/utilities.tex
@@ -6182,7 +6182,7 @@
6182
6183
\pnum
6184
The class template
6185
-\tcode{bitset<N>}%
+\tcode{bitset<N>}
6186
describes an object that can store a sequence consisting of a fixed number of
6187
bits, \tcode{N}.
6188
0 commit comments