BOOST libraries in multithreading-aware mode

前端 未结 6 2067
野的像风
野的像风 2020-12-03 02:44

There is a possibility to compile BOOST libraries in the so-called thread-aware mode. If so you will see \"...-mt...\" appeared in the library name. I can\'t understand wha

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-03 03:34

    Since, under Linux, the -mt version is aliased/bound to the regular version, it makes no difference. In a vanilla modern system, both are simply included for ease of compilation.

提交回复
热议问题