diff --git a/keystore/KeyStore.h b/keystore/KeyStore.h index 0027ec89..7841a800 100644 --- a/keystore/KeyStore.h +++ b/keystore/KeyStore.h @@ -62,9 +62,9 @@ template class Devices : public std::array } // namespace keystore namespace std { -template struct tuple_size> { +template struct tuple_size> { public: - static constexpr size_t value = std::tuple_size>::value; + static constexpr size_t value = std::tuple_size>::value; }; } // namespace std