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

8 lines
295 B
C++

#ifndef SPROUT_ALGORITHM_SET_INTERSECTION_HPP
#define SPROUT_ALGORITHM_SET_INTERSECTION_HPP
#include <sprout/config.hpp>
#include <sprout/algorithm/fixed/set_intersection.hpp>
#include <sprout/algorithm/fit/set_intersection.hpp>
#endif // #ifndef SPROUT_ALGORITHM_SET_INTERSECTION_HPP