Remove formal template parameter name to resolve shadowed variable warning on clang

This commit is contained in:
karlberg
2021-04-15 17:56:08 -07:00
parent c2f9019f7c
commit 8074e0fb18
@@ -115,7 +115,7 @@ namespace AzNetworking
ContainerType m_container;
template <AZStd::size_t, typename ElementType>
template <AZStd::size_t, typename>
friend class FixedSizeVectorBitset;
};
}