mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-16 10:49:05 +00:00
10 lines
390 B
C++
10 lines
390 B
C++
|
#ifndef SPROUT_RANGE_ALGORITHM_SET_INTERSECTION_HPP
|
||
|
#define SPROUT_RANGE_ALGORITHM_SET_INTERSECTION_HPP
|
||
|
|
||
|
#include <sprout/config.hpp>
|
||
|
#include <sprout/range/algorithm/fixed/set_intersection.hpp>
|
||
|
#include <sprout/range/algorithm/outfit/set_intersection.hpp>
|
||
|
#include <sprout/range/algorithm/infit/set_intersection.hpp>
|
||
|
|
||
|
#endif // #ifndef SPROUT_RANGE_ALGORITHM_SET_INTERSECTION_HPP
|