+ comment out as msvc++ doesn't support 'noexcept'
This commit is contained in:
parent
245e71d735
commit
abc5d39dbd
1 changed files with 1 additions and 1 deletions
|
@ -795,7 +795,7 @@ class value
|
|||
friend const value operator%(value const&,value const&);
|
||||
|
||||
public:
|
||||
value () noexcept
|
||||
value () //noexcept -- comment out for VC++11
|
||||
: base_(value_null()) {}
|
||||
|
||||
template <typename T> value(T const& _val_)
|
||||
|
|
Loading…
Reference in a new issue