2013-10-15 14:01:34 +09:00
|
|
|
/*=============================================================================
|
2014-01-08 16:48:12 +09:00
|
|
|
Copyright (c) 2011-2014 Bolero MURAKAMI
|
2013-10-15 14:01:34 +09:00
|
|
|
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 18:57:41 +09:00
|
|
|
#include <sprout/algorithm/cxx14/iter_swap.hpp>
|
2013-10-15 14:01:34 +09:00
|
|
|
|
|
|
|
#endif // #ifndef SPROUT_ALGORITHM_ITER_SWAP_HPP
|