mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
sprout/tuple.hpp 追加
This commit is contained in:
parent
2168f05433
commit
e87ac1049d
3 changed files with 528 additions and 0 deletions
8
sprout/tuple.hpp
Normal file
8
sprout/tuple.hpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef SPROUT_TUPLE_HPP
|
||||
#define SPROUT_TUPLE_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/tuple/tuple.hpp>
|
||||
#include <sprout/tuple/tuple_comparison.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_TUPLE_HPP
|
Loading…
Add table
Add a link
Reference in a new issue