fix compiler warnings (GCC + Clang)
This commit is contained in:
@@ -245,11 +245,11 @@ namespace data {
|
||||
return totalSize;
|
||||
}
|
||||
|
||||
[[nodiscard]] const auto begin() const {
|
||||
[[nodiscard]] auto begin() const {
|
||||
return fields.begin();
|
||||
}
|
||||
|
||||
[[nodiscard]] const auto end() const {
|
||||
[[nodiscard]] auto end() const {
|
||||
return fields.end();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user