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