mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2024-11-12 21:09:01 +00:00
9 lines
270 B
C++
9 lines
270 B
C++
#ifndef SPROUT_ADAPT_STD_UTILITY_HPP
|
|
#define SPROUT_ADAPT_STD_UTILITY_HPP
|
|
|
|
#include <utility>
|
|
#include <sprout/config.hpp>
|
|
#include <sprout/functional/hash/std/utility.hpp>
|
|
#include <sprout/tuple/std/utility.hpp>
|
|
|
|
#endif // #ifndef SPROUT_ADAPT_STD_UTILITY_HPP
|