开发者

Does the boost.signals2 library need to be built?

开发者 https://www.devze.com 2023-03-20 10:14 出处:网络
My system is having trouble building the boost libraries. I understand that most boos开发者_开发百科t libraries are (fortunately) just headers that do not need to be build (with some exceptions). Does

My system is having trouble building the boost libraries. I understand that most boos开发者_开发百科t libraries are (fortunately) just headers that do not need to be build (with some exceptions). Does the boost :: signals2 library need to be built? Also is the boost.signals2 library dependant on the boost.signals library?


Signals is not header-only, signals2 is. But however, signals2 is explicitly developed for thread-safety and if you use boost.thread, this has to be compiled. As far as I know signals2 is not dependent on signals headers.


No, signals2 is header only. See here.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号