Fix return type in metafunction document

Signed-off-by: Kohei Takahashi <flast@flast.jp>
This commit is contained in:
Kohei Takahashi
2014-05-06 01:12:53 +09:00
parent 3b3e590e73
commit 4cdf15a0f6

View File

@ -60,7 +60,7 @@
]
[
[`range_difference<X>::type`]
[`boost::iterator_category<range_iterator<X>::type>::type`]
[`boost::iterator_difference<range_iterator<X>::type>::type`]
[compile time]
]
[