1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
Sprout/sprout/utility/operation.hpp
2012-10-24 20:52:09 +09:00

10 lines
308 B
C++

#ifndef SPROUT_UTILITY_OPERATION_HPP
#define SPROUT_UTILITY_OPERATION_HPP
#include <sprout/config.hpp>
#include <sprout/utility/rel_ops.hpp>
#include <sprout/utility/forward.hpp>
#include <sprout/utility/move.hpp>
#include <sprout/utility/swap.hpp>
#endif // #ifndef SPROUT_UTILITY_OPERATION_HPP