Make apply_permutation work for C++03. Thanks to @jeking3 for the report.

This commit is contained in:
Marshall Clow
2018-10-30 15:23:29 -07:00
parent bf2b49e57e
commit b6c04d6dc5
2 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,6 @@
#include <boost/algorithm/apply_permutation.hpp>
#define BOOST_TEST_DYN_LINK
#define BOOST_TEST_MAIN
#include <boost/test/unit_test.hpp>