1
0
forked from Alepha/Alepha

Fix comment in reflection.

This commit is contained in:
2022-11-08 13:04:42 -05:00
parent b1d83a4bf0
commit 9a944f593b

View File

@ -41,7 +41,7 @@ namespace Alepha::Hydrogen::Reflection
: std::integral_constant< std::size_t, seq::size() > {};
// This expansion case always matches when an initializer of the number of elements in the sequence is syntactically
// valid. It also recurses, thus exploring the whole initializer set. There is have one fewer value in the sequence set
// valid. It also recurses, thus exploring the whole initializer set. There is one fewer value in the sequence set
// than we use to initialize so that when SFINAE gives up, it defers to the base case above, thus having the right
// count.
template< typename T, std::size_t ... values >