mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
ircd::conf: Use noexcept per recommendation.
This commit is contained in:
parent
23a04dee6a
commit
440cada550
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ struct ircd::conf::value
|
|||
|
||||
T _value;
|
||||
|
||||
operator const T &() const
|
||||
operator const T &() const noexcept
|
||||
{
|
||||
return _value;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue