Fixed a typo in ::least

This commit is contained in:
Bernardo Sulzbach
2021-01-31 14:03:24 +01:00
parent 092d94c833
commit ba7ea7f846

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.]
] ]