Boost 库有一个有趣的东西——协程。我尝试简单的示例阶乘但是错误:
factorial.cpp(35): error C2039: 'self' : is not a member of 'boost::coroutines::coroutine'
如何编译这个和其他例子?也许我不好安装 Boost ?我只复制 boost_1_55_0\boost 子目录
Boost 库有一个有趣的东西——协程。我尝试简单的示例阶乘但是错误:
factorial.cpp(35): error C2039: 'self' : is not a member of 'boost::coroutines::coroutine'
如何编译这个和其他例子?也许我不好安装 Boost ?我只复制 boost_1_55_0\boost 子目录