mirror of
https://github.com/Naios/continuable.git
synced 2026-02-15 14:50:17 +08:00
fix unix build
This commit is contained in:
parent
cada3d628a
commit
aaa7b4f21f
@ -343,7 +343,7 @@ namespace detail
|
|||||||
template<size_t Position, typename Tuple>
|
template<size_t Position, typename Tuple>
|
||||||
struct partial_result
|
struct partial_result
|
||||||
{
|
{
|
||||||
static size_t const position = Count;
|
static size_t const position = Position;
|
||||||
|
|
||||||
typedef Tuple tuple;
|
typedef Tuple tuple;
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user