We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 703c07e commit b083243Copy full SHA for b083243
1 file changed
OREAnalytics/orea/engine/historicalsensipnlcalculator.hpp
@@ -33,10 +33,10 @@
33
#include <ql/shared_ptr.hpp>
34
35
#include <boost/accumulators/accumulators.hpp>
36
-//#include <boost/accumulators/statistics.hpp>
37
// Including <boost/accumulators/statistics.hpp> causes the following swig wrapper compiler errors
38
// explicit specialization of 'boost::accumulators::feature_of<boost::accumulators::tag::weighted_skewness>'
39
// explicit specialization of 'boost::accumulators::feature_of<boost::accumulators::tag::weighted_kurtosis>'
+// see https://github.com/boostorg/accumulators/issues/20
40
// The following subset of includes is sufficient here and circumvents the swig errors
41
#include <boost/accumulators/statistics/stats.hpp>
42
#include <boost/accumulators/statistics/variance.hpp>
0 commit comments