Skip to content

Commit bd81ca4

Browse files
authored
Merge pull request boostorg#82 from eldiener/develop
Remove erroneous inclusion of C++11 type_traits header file.
2 parents 8c26a50 + fc86cd3 commit bd81ca4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/boost/algorithm/apply_permutation.hpp

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#define BOOST_ALGORITHM_APPLY_PERMUTATION_HPP
2020

2121
#include <algorithm>
22-
#include <type_traits>
2322

2423
#include <boost/config.hpp>
2524
#include <boost/range/begin.hpp>

0 commit comments

Comments
 (0)