fix unix build

This commit is contained in:
Denis Blank 2015-07-02 00:09:52 +02:00 committed by Naios
parent cada3d628a
commit aaa7b4f21f

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