protocol/RangeArg: add missing noexcept
This commit is contained in:
parent
481c330c17
commit
103194e32d
@ -25,7 +25,7 @@
|
|||||||
struct RangeArg {
|
struct RangeArg {
|
||||||
unsigned start, end;
|
unsigned start, end;
|
||||||
|
|
||||||
static constexpr RangeArg All() {
|
static constexpr RangeArg All() noexcept {
|
||||||
return { 0, std::numeric_limits<unsigned>::max() };
|
return { 0, std::numeric_limits<unsigned>::max() };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user