Merge from develop: clean up is_permutation; fix clamp interface, and merge fix for bug #9335 as well

This commit is contained in:
Marshall Clow
2014-03-31 12:03:45 -07:00
5 changed files with 92 additions and 185 deletions

View File

@ -11,6 +11,7 @@
#include <boost/config.hpp>
#include <boost/algorithm/cxx11/is_permutation.hpp>
#include <boost/algorithm/cxx14/is_permutation.hpp>
#define BOOST_TEST_MAIN
#include <boost/test/unit_test.hpp>