File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1239
1239
\end {itemdecl }
1240
1240
1241
1241
\begin {itemdescr }
1242
- \effects Equivalent to: \tcode {return fetch \_ add (1);}
1242
+ \effects Equivalent to: \tcode {return fetch_add (1);}
1243
1243
\end {itemdescr }
1244
1244
1245
1245
\indexlibrarymember {operator\dcr }{atomic<T*>}%
1250
1250
\end {itemdecl }
1251
1251
1252
1252
\begin {itemdescr }
1253
- \effects Equivalent to: \tcode {return fetch \_ sub (1);}
1253
+ \effects Equivalent to: \tcode {return fetch_sub (1);}
1254
1254
\end {itemdescr }
1255
1255
1256
1256
\indexlibrarymember {operator++}{atomic<T*>}%
Original file line number Diff line number Diff line change 1435
1435
If integer-valued,
1436
1436
an entity may optionally be further characterized as
1437
1437
\techterm {signed} or \techterm {unsigned},
1438
- according to \tcode {numeric \_ limits <T>::is \_ signed }.
1438
+ according to \tcode {numeric_limits <T>::is_signed }.
1439
1439
1440
1440
\pnum
1441
1441
Unless otherwise specified,
You can’t perform that action at this time.
0 commit comments