mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-30 20:47:31 +02:00
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__<int>('X')
|
||||||
, __fusion_make_pair__<double>("Men"));
|
, __fusion_make_pair__<double>("Men"));
|
||||||
|
|
||||||
std::cout << __at__<int>(m) << std::endl;
|
std::cout << __at_key__<int>(m) << std::endl;
|
||||||
std::cout << __at__<double>(m) << std::endl;
|
std::cout << __at_key__<double>(m) << std::endl;
|
||||||
|
|
||||||
[endsect]
|
[endsect]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user