2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-26 06:42:12 +00:00

Remove instantiation of std::complex on multiprecision types.

This commit is contained in:
Nick Thompson
2019-02-09 09:46:45 -07:00
parent 3153cd9390
commit 8024c4eae0

View File

@@ -296,7 +296,6 @@ int main()
test_absolute_gini_coefficient<float>();
test_absolute_gini_coefficient<double>();
test_absolute_gini_coefficient<long double>();
test_absolute_gini_coefficient<cpp_bin_float_50>();
test_hoyer_sparsity<float>();
test_hoyer_sparsity<double>();