Sprout/sprout/algorithm.hpp
2012-04-01 22:15:09 +09:00

8 lines
224 B
C++

#ifndef SPROUT_ALGORITHM_HPP
#define SPROUT_ALGORITHM_HPP
#include <sprout/config.hpp>
#include <sprout/algorithm/non_modifying.hpp>
#include <sprout/algorithm/modifying.hpp>
#endif // #ifndef SPROUT_ALGORITHM_HPP