Sprout/sprout/numeric.hpp

9 lines
214 B
C++
Raw Normal View History

#ifndef SPROUT_NUMERIC_HPP
#define SPROUT_NUMERIC_HPP
#include <sprout/config.hpp>
2012-04-01 13:15:09 +00:00
#include <sprout/numeric/non_modifying.hpp>
#include <sprout/numeric/modifying.hpp>
#endif // #ifndef SPROUT_NUMERIC_HPP