mirror of
https://github.com/Naios/continuable.git
synced 2025-12-08 01:36:46 +08:00
fix unix build
This commit is contained in:
parent
b37d6959db
commit
b2780a7abb
@ -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