mirror of
https://github.com/Naios/continuable.git
synced 2026-01-01 03:12:12 +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>
|
||||
struct partial_result
|
||||
{
|
||||
static size_t const position = Count;
|
||||
static size_t const position = Position;
|
||||
|
||||
typedef Tuple tuple;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user