mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
add adapt std::array, std::pair
This commit is contained in:
parent
0437b24f12
commit
9e9556b62a
9 changed files with 218 additions and 2 deletions
10
sprout/adapt/std/array.hpp
Normal file
10
sprout/adapt/std/array.hpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef SPROUT_ADAPT_STD_ARRAY_HPP
|
||||
#define SPROUT_ADAPT_STD_ARRAY_HPP
|
||||
|
||||
#include <array>
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/container/std/array.hpp>
|
||||
#include <sprout/functional/hash/std/array.hpp>
|
||||
#include <sprout/tuple/std/array.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_ADAPT_STD_ARRAY_HPP
|
Loading…
Add table
Add a link
Reference in a new issue