Skip to content

Commit

Permalink
MSVC: Size is considered constexpr, size() not
Browse files Browse the repository at this point in the history
Refs: gh-119
Signed-off-by: Matthias Kretz <kretz@kde.org>
  • Loading branch information
mattkretz committed Sep 20, 2016
1 parent 079e948 commit 5bbf88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avx/mask.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ template <typename T> class Mask<T, VectorAbi::Avx>
Vc_FREE_STORE_OPERATORS_ALIGNED(alignof(VectorType));

private:
typedef Common::Storage<T, size()> Storage;
typedef Common::Storage<T, Size> Storage;

public:
/**
Expand Down

0 comments on commit 5bbf88d

Please sign in to comment.