BOOST_FUSION_ADAPT_CLASS

[SVN r56576]
This commit is contained in:
Joel de Guzman
2009-10-04 16:59:50 +00:00
parent 178973a05c
commit 9a1bc7d677
3 changed files with 135 additions and 3 deletions

View File

@ -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]