Sprout/sprout/algorithm/inplace_merge.hpp
2011-09-03 22:26:26 +09:00

8 lines
280 B
C++

#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/fit/inplace_merge.hpp>
#endif // #ifndef SPROUT_ALGORITHM_INPLACE_MERGE_HPP