id summary reporter owner description type status milestone component version severity resolution keywords cc 6702 boost::throw_exception not found in extended_p_square_quantile.hpp thawk Eric Niebler "While compiling the follow code using g++ (GCC) 4.6.3, some error occurs. I think this is caused by leaking of some header. Code: {{{ #include #include #include typedef boost::accumulators::accumulator_set< boost::uint64_t, boost::accumulators::stats< boost::accumulators::tag::extended_p_square_quantile> > accumulator_t; int main() { return 0; } }}} Error output: {{{ In file included from test.cpp:2:0: /home/tanht/program/boost_1_49_0/boost/accumulators/statistics/extended_p_square_quantile.hpp: In member function ‘boost::accumulators::impl::extended_p_square_quantile_impl::result_type boost::accumulators::impl::extended_p_square_quantile_impl::result(const Args&) const’: /home/user/program/boost_1_49_0/boost/accumulators/statistics/extended_p_square_quantile.hpp:115:21: error: ‘throw_exception’ is not a member of ‘boost’ /home/user/program/boost_1_49_0/boost/accumulators/statistics/extended_p_square_quantile.hpp:115:44: error: ‘runtime_error’ is not a member of ‘std’ }}}" Bugs closed To Be Determined accumulator Boost 1.49.0 Problem fixed