Compare commits

..

1 commit

Author SHA1 Message Date
fbfd37e082 Added auto serialization for Bind and Roster
Some checks failed
PR Check / on-push-commit-check (push) Failing after 11m51s
2024-11-22 23:13:46 +00:00

View file

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