2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-25 06:22:09 +00:00

[CI SKIP] Remove now-unused type_traits header

This commit is contained in:
Nick Thompson
2018-04-06 09:48:03 +08:00
parent 08bfb88181
commit f099ceec9e

View File

@@ -18,7 +18,6 @@
#include <cmath>
#include <limits>
#include <stdexcept>
#include <type_traits> // for std::result_of, std::invoke_result
#include <boost/math/constants/constants.hpp>
#include <boost/math/special_functions/fpclassify.hpp>
#include <boost/math/policies/error_handling.hpp>