mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-02-09 09:53:57 +00:00
8 lines
233 B
C++
8 lines
233 B
C++
#ifndef SPROUT_UTILITY_OPERATION_HPP
|
|
#define SPROUT_UTILITY_OPERATION_HPP
|
|
|
|
#include <sprout/config.hpp>
|
|
#include <sprout/utility/forward.hpp>
|
|
#include <sprout/utility/move.hpp>
|
|
|
|
#endif // #ifndef SPROUT_UTILITY_OPERATION_HPP
|