lanzou/docs/boost.md
2025-01-03 16:10:28 +08:00

613 B

编译

编译器:x86_64-14.2.0-release-posix-seh-ucrt-rt_v12-rev0.7z

过程

版本:1.83

bootstrap.bat mingw
b2.exe link=shared runtime-link=shared threading=multi debug release --build-type=complete toolset=gcc --prefix=C:\bin\boost address-model=64 install

结果

下载:boost_1.83_mgw14.7z - 蓝奏云

其中对include/boost/stacktrace/detail/frame_msvc.ipp有修正:

UUID定义前,在:

#ifdef __CRT_UUID_DECL // for __MINGW32__ 

后补充判断:

#if !defined(__MINGW32__) || (__GNUC__ < 12)