#944 closed defect (fixed)
missing boost header <boost/random/non_central_chi_squared_distribution.hpp>
Reported by: | Peter | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | test | Version: | trunk |
Keywords: | Cc: |
Description
The header file is available in boost-1.59 but missing in boost-1.55.
We only use this header to typedef
typedef ContinuousDistribution<boost::random::non_central_chi_squared_distribution<> > NonCentralChiSquared;
so a sensible solution seems to to exclude this typedef when header is not available.
Change History (3)
comment:1 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 3 years ago by
Milestone: | yat 0.18 |
---|
Note: See
TracTickets for help on using
tickets.
In 3900: