File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1118
1118
bool operator<(const error_code& lhs, const error_code& rhs) noexcept;
1119
1119
1120
1120
template <class charT, class traits>
1121
- basic_ostream<charT,traits>&
1122
- operator<<(basic_ostream<charT,traits>& os, const error_code& ec);
1121
+ basic_ostream<charT, traits>&
1122
+ operator<<(basic_ostream<charT, traits>& os, const error_code& ec);
1123
1123
} // namespace std
1124
1124
\end {codeblock }
1125
1125
1300
1300
\indexlibrary {\idxcode {error_code}!\idxcode {operator\shl }}%
1301
1301
\begin {itemdecl }
1302
1302
template <class charT, class traits>
1303
- basic_ostream<charT,traits>&
1304
- operator<<(basic_ostream<charT,traits>& os, const error_code& ec);
1303
+ basic_ostream<charT, traits>&
1304
+ operator<<(basic_ostream<charT, traits>& os, const error_code& ec);
1305
1305
\end {itemdecl }
1306
1306
1307
1307
\begin {itemdescr }
1332
1332
1333
1333
// \ref {syserr.errcondition.modifiers } modifiers:
1334
1334
void assign(int val, const error_category& cat) noexcept;
1335
- template<class ErrorConditionEnum>
1335
+ template <class ErrorConditionEnum>
1336
1336
error_condition& operator=(ErrorConditionEnum e) noexcept;
1337
1337
void clear() noexcept;
1338
1338
You can’t perform that action at this time.
0 commit comments