protocol/RangeArg: add missing noexcept
This commit is contained in:
@@ -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() };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user