How can I compile Boost with VS2013 (64

I'm using the following command to compile Boost 1.55 beta 1:

b2 --toolset=msvc-12.0 architecture=x86 address-model=64 stage

The result is a bunch of these errors:

error C3861: 'assert_not_arg': identifier not found

There is a list of supposed patches to make boost work with VS2013 here, but I have no idea how to use them. Apparently a similar problem is documented here, but I was wondering if anyone had had success building Boost 64-bit for VS2013 (I don't mind using an older version of boost, but they don't seem to support the MSVC 12.0 compiler).


使用最新的SVN版本库构建,似乎可以使用上述命令。

链接地址: http://www.djcxy.com/p/75210.html

上一篇: 在firebird中使用iif更新varchar字段时的空格

下一篇: 我怎样才能用VS2013编译Boost(64