How to use lambda functions with boost::bind/std::bind in VC++ 2010?

后端 未结 3 2115
太阳男子
太阳男子 2021-02-07 09:25

I have some lambda functions which I want to bind using either boost::bind or std::bind. (Don\'t care which one, as long as it works.) Unfortunately both of them give me differe

3条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-07 09:29

    I think you might be interested in this MSDN forum post. Sounds like the poster had the same problem as yours, and lodged a bug with MS Connect.

提交回复
热议问题