Sprout/sprout/algorithm/inplace_merge.hpp

10 lines
336 B
C++
Raw Normal View History

2011-09-01 02:48:32 +00:00
#ifndef SPROUT_ALGORITHM_INPLACE_MERGE_HPP
#define SPROUT_ALGORITHM_INPLACE_MERGE_HPP
#include <sprout/config.hpp>
#include <sprout/algorithm/fixed/inplace_merge.hpp>
#include <sprout/algorithm/outfit/inplace_merge.hpp>
#include <sprout/algorithm/infit/inplace_merge.hpp>
#endif // #ifndef SPROUT_ALGORITHM_INPLACE_MERGE_HPP