Merge pull request #82 from eldiener/develop

Remove erroneous inclusion of C++11 type_traits header file.
This commit is contained in:
Marshall Clow
2020-11-18 09:56:38 -08:00
committed by GitHub

View File

@ -19,7 +19,6 @@
#define BOOST_ALGORITHM_APPLY_PERMUTATION_HPP
#include <algorithm>
#include <type_traits>
#include <boost/config.hpp>
#include <boost/range/begin.hpp>