【问题标题】:accumulators don't compile累加器不编译
【发布时间】:2010-06-03 12:32:33
【问题描述】:
大家好
我正在使用升压蓄能器。
这 2 行用于在 LInux 中与当前版本的 boost 一起正常工作。
accumulator_set > >
acc_cov;
accumulator_set> acc_var;
当我搬到安装了 boost v1.40 的 Sun 机器上时
我有这个构建错误
“/opt/boost/boost/accumulators/framework/depends_on.hpp”,第 276 行:
错误:
无法在构造函数中初始化。
“/opt/boost/boost/fusion/container/list/cons.hpp”,第 85 行:其中:While
实例化“boost::accumulators::detail::accumulator_wrapper::accumulator_wrapper(const
boost::accumulators::detail::accumulator_wrapper&)”。
“/opt/boost/boost/fusion/container/list/cons.hpp”,第 85 行:其中:
从非模板代码实例化。
1 个错误
您知道如何解决这些错误以及为什么会出现此问题吗?
谢谢
自动对焦
【问题讨论】:
标签:
c++
boost
accumulator