19 Apr
2007
19 Apr
'07
10:39 p.m.
Ovanes Markarian wrote:
Hello!
Thanks for the great lib again. I was using a fusion::map container and discovered the following error at:
[...]
std::cout << at<int>(m) << std::endl; std::cout << at<double>(m) << std::endl; ^^-- error
Where it should be not at<TYPE>(...) but at_key<TYPE>(...).
That's already been fixed in the CVS, FYI. Regards, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net