Merge pull request #26 from bernardosulzbach/documentation-typo-fix

Fixed a typo in ::least
This commit is contained in:
Andrey Semashev
2022-01-15 22:19:23 +03:00
committed by GitHub

View File

@ -285,7 +285,7 @@ The following table describes each template's criteria.
[*only] if there exists a type with exactly N bits.] [*only] if there exists a type with exactly N bits.]
] ]
[ [
[[^boost::int_max_value_t<V>::last]] [[^boost::int_max_value_t<V>::least]]
[The smallest, built-in, signed integral type that can hold all the values in the inclusive range ['0 - V]. [The smallest, built-in, signed integral type that can hold all the values in the inclusive range ['0 - V].
The parameter should be a positive number.] The parameter should be a positive number.]
] ]