mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-29 20:17:32 +02:00
BOOST_FUSION_ADAPT_CLASS
[SVN r56576]
This commit is contained in:
@ -716,9 +716,7 @@ default. Example:
|
||||
|
||||
[heading Example]
|
||||
|
||||
make_map(
|
||||
__fusion_make_pair__<int>('X')
|
||||
, __fusion_make_pair__<double>("Men"))
|
||||
make_map<int, double>('X', "Men")
|
||||
|
||||
[heading See also]
|
||||
|
||||
|
Reference in New Issue
Block a user