Fix document typo

This commit is contained in:
Kohei Takahashi
2014-11-10 16:03:36 +09:00
parent 465c3f273b
commit 06cac9da1a

View File

@ -1395,7 +1395,7 @@ Returns the actual element type associated with a Key from the __sequence__.
[heading Example]
typedef __map__<__pair__<int, char>, __pair__<char, char>, __pair__<double, char> > mymap;
BOOST_MPL_ASSERT((boost::is_same<__result_of_at_key__<mymap, int>::type, char>));
BOOST_MPL_ASSERT((boost::is_same<__result_of_value_at_key__<mymap, int>::type, char>));
[endsect]