+ make default ctor nothrow
This commit is contained in:
parent
656c9e724f
commit
6bfb92811e
1 changed files with 1 additions and 1 deletions
|
@ -786,7 +786,7 @@ class value
|
|||
friend const value operator%(value const&,value const&);
|
||||
|
||||
public:
|
||||
value ()
|
||||
value () noexcept
|
||||
: base_(value_null()) {}
|
||||
|
||||
template <typename T> value(T const& _val_)
|
||||
|
|
Loading…
Add table
Reference in a new issue