mirror of
https://github.com/mapnik/mapnik.git
synced 2026-01-25 16:47:07 +00:00
+ comment out as msvc++ doesn't support 'noexcept'
This commit is contained in:
parent
245e71d735
commit
abc5d39dbd
@ -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…
x
Reference in New Issue
Block a user