1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/sprout/detail/algorithm_min_max.hpp
2013-03-22 14:24:19 +09:00

8 lines
253 B
C++

#ifndef SPROUT_DETAIL_ALGORITHM_MIN_MAX_HPP
#define SPROUT_DETAIL_ALGORITHM_MIN_MAX_HPP
#include <sprout/config.hpp>
#include <sprout/algorithm/min.hpp>
#include <sprout/algorithm/max.hpp>
#endif // #ifndef SPROUT_DETAIL_ALGORITHM_MIN_MAX_HPP