We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6794e6 commit 2648392Copy full SHA for 2648392
source/iterators.tex
@@ -2985,12 +2985,12 @@
2985
}
2986
\end{codeblock}
2987
2988
-\rSec3[istreambuf.iterator.proxy]{Class template \tcode{istreambuf_iterator::proxy}}
+\rSec3[istreambuf.iterator.proxy]{Class \tcode{istreambuf_iterator::proxy}}
2989
2990
\indexlibrary{\idxcode{proxy}!\idxcode{istreambuf_iterator}}%
2991
\begin{codeblock}
2992
namespace std {
2993
- template<class charT, class traits = char_traits<charT>>
+ template<class charT, class traits>
2994
class istreambuf_iterator<charT, traits>::proxy { // \expos
2995
charT keep_;
2996
basic_streambuf<charT,traits>* sbuf_;
0 commit comments