Compare commits
1 commit
9b25ed1620
...
fbfd37e082
Author | SHA1 | Date | |
---|---|---|---|
fbfd37e082 |
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ struct Config : V {
|
||||||
requires(!HasParse<T>)
|
requires(!HasParse<T>)
|
||||||
: V(AttributeConfig{}) {
|
: V(AttributeConfig{}) {
|
||||||
}
|
}
|
||||||
[[nodiscard]] constexpr auto Base() const -> const V& {
|
constexpr auto Base() const -> const V& {
|
||||||
return static_cast<const V&>(*this);
|
return static_cast<const V&>(*this);
|
||||||
}
|
}
|
||||||
using type = T;
|
using type = T;
|
||||||
|
|
Loading…
Reference in a new issue