mirror of
https://github.com/Naios/continuable.git
synced 2026-02-14 14:19:48 +08:00
some minor improvements
This commit is contained in:
parent
99fbb8d71f
commit
7cbbcbb822
@ -451,7 +451,7 @@ namespace detail
|
|||||||
{
|
{
|
||||||
typedef fu::identity<Args...> arguments_t;
|
typedef fu::identity<Args...> arguments_t;
|
||||||
|
|
||||||
typedef fu::identity<Pack...> arguments_storage_t;
|
typedef fu::identity<Pack...> partial_results_t;
|
||||||
|
|
||||||
static size_t const size = Position;
|
static size_t const size = Position;
|
||||||
};
|
};
|
||||||
@ -464,7 +464,7 @@ namespace detail
|
|||||||
Args,
|
Args,
|
||||||
typename unary_chainer_t<Next, _ATy...>::callback_arguments_t
|
typename unary_chainer_t<Next, _ATy...>::callback_arguments_t
|
||||||
>::type,
|
>::type,
|
||||||
typename concat_identities <
|
typename concat_identities<
|
||||||
Pack,
|
Pack,
|
||||||
fu::identity<
|
fu::identity<
|
||||||
partial_result<
|
partial_result<
|
||||||
|
|||||||
2
test.cpp
2
test.cpp
@ -245,7 +245,7 @@ int main(int /*argc*/, char** /*argv*/)
|
|||||||
> maker;
|
> maker;
|
||||||
|
|
||||||
maker::arguments_t test282_args;
|
maker::arguments_t test282_args;
|
||||||
maker::arguments_storage_t test282_pack;
|
maker::partial_results_t test282_pack;
|
||||||
auto test282_size = maker::size;
|
auto test282_size = maker::size;
|
||||||
|
|
||||||
// static_assert(std::is_same<>::value,
|
// static_assert(std::is_same<>::value,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user