fix unix build

This commit is contained in:
Naios 2015-07-02 00:09:52 +02:00
parent b37d6959db
commit b2780a7abb

View File

@ -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;
};