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 1471
1471
\rSec 2[bit.rotate]{Rotating}
1472
1472
1473
1473
In the following descriptions,
1474
- let \tcode {N} denote \tcode {std:: numeric_limits<T>::digits}.
1474
+ let \tcode {N} denote \tcode {numeric_limits<T>::digits}.
1475
1475
1476
1476
\begin {itemdecl }
1477
1477
template<class T>
1518
1518
\rSec 2[bit.count]{Counting}
1519
1519
1520
1520
In the following descriptions,
1521
- let \tcode {N} denote \tcode {std:: numeric_limits<T>::digits}.
1521
+ let \tcode {N} denote \tcode {numeric_limits<T>::digits}.
1522
1522
1523
1523
\begin {itemdecl }
1524
1524
template<class T>
1556
1556
The number of consecutive \tcode {1} bits in the value of \tcode {x},
1557
1557
starting from the most significant bit.
1558
1558
\begin {note }
1559
- Returns \tcode {N} if \tcode {x == std:: numeric_limits<T>::max()}.
1559
+ Returns \tcode {N} if \tcode {x == numeric_limits<T>::max()}.
1560
1560
\end {note }
1561
1561
\end {itemdescr }
1562
1562
1596
1596
The number of consecutive \tcode {1} bits in the value of \tcode {x},
1597
1597
starting from the least significant bit.
1598
1598
\begin {note }
1599
- Returns \tcode {N} if \tcode {x == std:: numeric_limits<T>::max()}.
1599
+ Returns \tcode {N} if \tcode {x == numeric_limits<T>::max()}.
1600
1600
\end {note }
1601
1601
\end {itemdescr }
1602
1602
You can’t perform that action at this time.
0 commit comments