Signals vs Signals2

强颜欢笑 提交于 2019-12-05 00:07:01

Boost.Signals is now deprecated, and Boost.Signals2 should be used instead (see v1.54 docs)

Originally, if all the signals and slots were in the same thread, boost.signals was just fine. However, it is no longer being maintained -- the documentation suggests using signals2 in all new code.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!