Does the boost.signals2 library need to be built?

前端 未结 2 1457
长情又很酷
长情又很酷 2021-01-07 04:43

My system is having trouble building the boost libraries. I understand that most boost libraries are (fortunately) just headers that do not need to be build (with some excep

相关标签:
2条回答
  • 2021-01-07 05:21

    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.

    0 讨论(0)
  • 2021-01-07 05:28

    No, signals2 is header only. See here.

    0 讨论(0)
提交回复
热议问题