forked from boostorg/fusion
typo fix
[SVN r37413]
This commit is contained in:
@ -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]
|
||||
|
||||
|
Reference in New Issue
Block a user