Compare commits
1 commit
fbfd37e082
...
9b25ed1620
Author | SHA1 | Date | |
---|---|---|---|
9b25ed1620 |
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{}) {
|
||||||
}
|
}
|
||||||
constexpr auto Base() const -> const V& {
|
[[nodiscard]] 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