Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MSVC: Use &* to force conversion to bool*
std::array iterators don't have to implicitly convert to bool*. Apparently the lib(std)c++ implementations use a bool* as iterator. Refs: gh-119 Signed-off-by: Matthias Kretz <kretz@kde.org>
- Loading branch information