1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-02-04 21:33:56 +00:00
Sprout/sprout/utility.hpp

10 lines
250 B
C++
Raw Normal View History

2011-10-01 00:04:03 +09:00
#ifndef SPROUT_UTILITY_HPP
#define SPROUT_UTILITY_HPP
#include <sprout/config.hpp>
2012-04-01 22:15:09 +09:00
#include <sprout/utility/pair.hpp>
2012-04-05 14:54:23 +09:00
#include <sprout/utility/operation.hpp>
#include <sprout/utility/operation_ext.hpp>
2011-10-01 00:04:03 +09:00
#endif // #ifndef SPROUT_UTILITY_HPP