2013-10-15 05:01:34 +00:00
|
|
|
/*=============================================================================
|
|
|
|
Copyright (c) 2011-2013 Bolero MURAKAMI
|
|
|
|
https://github.com/bolero-MURAKAMI/Sprout
|
|
|
|
|
|
|
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
|
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
=============================================================================*/
|
|
|
|
#ifndef SPROUT_ALGORITHM_ITER_SWAP_HPP
|
|
|
|
#define SPROUT_ALGORITHM_ITER_SWAP_HPP
|
|
|
|
|
|
|
|
#include <sprout/config.hpp>
|
2013-10-31 09:57:41 +00:00
|
|
|
#include <sprout/algorithm/cxx14/iter_swap.hpp>
|
2013-10-15 05:01:34 +00:00
|
|
|
|
|
|
|
#endif // #ifndef SPROUT_ALGORITHM_ITER_SWAP_HPP
|