[SVN r37413]
This commit is contained in:
Joel de Guzman
2007-04-10 22:27:41 +00:00
parent 02005e075f
commit bf4de4d0af

View File

@ -765,8 +765,8 @@ defined in __random_access_sequence__ and __associative_sequence__.
__fusion_make_pair__<int>('X')
, __fusion_make_pair__<double>("Men"));
std::cout << __at__<int>(m) << std::endl;
std::cout << __at__<double>(m) << std::endl;
std::cout << __at_key__<int>(m) << std::endl;
std::cout << __at_key__<double>(m) << std::endl;
[endsect]