1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

add C++17 make_from_tuple

This commit is contained in:
bolero-MURAKAMI 2017-10-11 17:26:42 +09:00
parent eec9c86920
commit 23408e46c4
4 changed files with 50 additions and 6 deletions

View file

@ -14,6 +14,7 @@
#include <sprout/tuple/metafunctions.hpp>
#include <sprout/tuple/functions.hpp>
#include <sprout/tuple/apply.hpp>
#include <sprout/tuple/make_from_tuple.hpp>
#include <sprout/tuple/fused.hpp>
#include <sprout/tuple/flex.hpp>