forked from boostorg/algorithm
Merge pull request #82 from eldiener/develop
Remove erroneous inclusion of C++11 type_traits header file.
This commit is contained in:
@ -19,7 +19,6 @@
|
||||
#define BOOST_ALGORITHM_APPLY_PERMUTATION_HPP
|
||||
|
||||
#include <algorithm>
|
||||
#include <type_traits>
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/range/begin.hpp>
|
||||
|
Reference in New Issue
Block a user