File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636
3636
\begin{itemdecl}
3637
3637
pos_type seekoff(off_type off, ios_base::seekdir way,
3638
3638
ios_base::openmode which
3639
- = ios_base::in | ios_base::out);
3639
+ = ios_base::in | ios_base::out);
3640
3640
\end{itemdecl}
3641
3641
3642
3642
\begin{itemdescr}
3658
3658
\begin{itemdecl}
3659
3659
pos_type seekpos(pos_type sp,
3660
3660
ios_base::openmode which
3661
- = ios_base::in | ios_base::out);
3661
+ = ios_base::in | ios_base::out);
3662
3662
\end{itemdecl}
3663
3663
3664
3664
\begin{itemdescr}
8095
8095
8096
8096
pos_type seekoff(off_type off, ios_base::seekdir way,
8097
8097
ios_base::openmode which
8098
- = ios_base::in | ios_base::out) override;
8098
+ = ios_base::in | ios_base::out) override;
8099
8099
pos_type seekpos(pos_type sp,
8100
8100
ios_base::openmode which
8101
- = ios_base::in | ios_base::out) override;
8101
+ = ios_base::in | ios_base::out) override;
8102
8102
8103
8103
private:
8104
8104
ios_base::openmode @\exposid{mode}@; // \expos
You can’t perform that action at this time.
0 commit comments