Merge branch 'nazara-next' into graphics-next
This commit is contained in:
@@ -333,7 +333,7 @@ void BufferField::PopulateFieldList(std::size_t structIndex, const std::string&
|
||||
else if constexpr (std::is_same_v<T, std::size_t>)
|
||||
PopulateFieldList(arg, prefix + member.name + ".");
|
||||
else
|
||||
static_assert(AlwaysFalse<T>::value, "non-exhaustive visitor");
|
||||
static_assert(Nz::AlwaysFalse<T>::value, "non-exhaustive visitor");
|
||||
},
|
||||
member.type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user