【发布时间】:2017-09-19 01:32:43
【问题描述】:
我下载了适用于 Windows 的最新和最强大的增强版,即 1.65.1(zip 文件)。编译一个项目,我现在得到 static_assert.hpp 包含自身的错误。果然,这里是完整的:
//Copyright (c) 2008-2016 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under the Boost Software License, Version 1.0. (See accompanying
//file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_QVM_STATIC_ASSERT
#include <boost/static_assert.hpp>
#define BOOST_QVM_STATIC_ASSERT BOOST_STATIC_ASSERT
#endif
我以前的版本 1.62 有一个 static_assert.hpp,其中加载了大量的宏和大写的乱码。
我需要做什么?
编辑:我下载了 boost_1_65_1.7z 存档,没问题。问题解决了。有人可以将此报告给提振的人吗?
【问题讨论】: