1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-07-02 14:04:09 +00:00
Sprout/sprout/algorithm/inplace_merge.hpp
bolero-MURAKAMI b3bb8121e8 最初
2011-09-01 02:48:32 +00:00

9 lines
336 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/outfit/inplace_merge.hpp>
#include <sprout/algorithm/infit/inplace_merge.hpp>
#endif // #ifndef SPROUT_ALGORITHM_INPLACE_MERGE_HPP