[range] fixed a typo in the docs, introduced in r77990, that messed up the sections

[SVN r81888]
This commit is contained in:
Nathan Ridge
2012-12-13 07:01:39 +00:00
parent dceccc9de9
commit 665c4a3234
158 changed files with 2299 additions and 2227 deletions

View File

@@ -11,6 +11,8 @@
otherwise range_size<Rng>::type is used. This is the distance type promoted to
an unsigned type.
[endsect]
[section:upgrade_from_1_45 Upgrade from version 1.45]
# __size__ in addition to supporting __random_access_range__ now also supports extensibility via calls to the unqualified `range_calculate_size(rng)` function.