1
0
forked from boostorg/mp11

Move mp_assign, mp_clear from algorithm to list

This commit is contained in:
Peter Dimov
2017-10-14 20:11:02 +03:00
parent 018d71bb72
commit 321f5fdb24
6 changed files with 56 additions and 69 deletions

View File

@@ -1,5 +1,5 @@
// Copyright 2015 Peter Dimov.
// Copyright 2015, 2017 Peter Dimov.
//
// Distributed under the Boost Software License, Version 1.0.
//
@@ -7,9 +7,8 @@
// http://www.boost.org/LICENSE_1_0.txt
#include <boost/core/lightweight_test_trait.hpp>
#include <boost/mp11/algorithm.hpp>
#include <boost/mp11/list.hpp>
#include <boost/core/lightweight_test_trait.hpp>
#include <type_traits>
#include <tuple>
#include <utility>