Rename mp_for_index to mp_with_index

This commit is contained in:
Peter Dimov
2017-06-02 18:20:37 +03:00
parent 7f9f4c31e2
commit cde9259b1a
5 changed files with 34 additions and 34 deletions

View File

@@ -16,7 +16,7 @@
#include <boost/mp11/detail/mp_count.hpp>
#include <boost/mp11/detail/mp_plus.hpp>
#include <boost/mp11/detail/mp_map_find.hpp>
#include <boost/mp11/detail/mp_for_index.hpp>
#include <boost/mp11/detail/mp_with_index.hpp>
#include <boost/mp11/detail/config.hpp>
#include <boost/mp11/integer_sequence.hpp>
#include <boost/config.hpp>