从 CGAL documentation我可以阅读: 对于Visual C ++版本 2015之前 Boost.Thread是必需的,因此请确保为编译器安装预编译库或构建libboost-thread和libboost-system。 < / p>
事实证明,当与Microsoft的CLR结合使用时,Boost.Thread会产生一些问题,因此我暂时不想使用它。
Using boost threads when compiling with /clr
我目前正在仅标题模式下构建 CGAL 并使用 Visual Studio 2015 ,如何禁用与boost.thread的链接?