Compare commits

..

1 commit

Author SHA1 Message Date
9b25ed1620 Added auto serialization for Bind and Roster
All checks were successful
PR Check / on-push-commit-check (push) Successful in 11m10s
2024-11-22 23:42:10 +00:00

View file

@ -115,7 +115,7 @@ struct Config : V {
requires(!HasParse<T>)
: V(AttributeConfig{}) {
}
constexpr auto Base() const -> const V& {
[[nodiscard]] constexpr auto Base() const -> const V& {
return static_cast<const V&>(*this);
}
using type = T;