我应该包含哪些标头以启用逗号作为lambda表达式?
( bind( f1 ), bind( f2 ), bind( f3 ) )() // calls f1, f2 and then f3
对于boost :: lambda,它是一个<boost/lambda/lambda.hpp>
,但我没有在凤凰城中找到单个标题来获得这样的功能。
答案 0 :(得分:0)
你应该#include <boost/spirit/home/phoenix/statement/sequence.hpp>
。