| Issue 4: | noexcept numpy_boost ctors can throw | |
| 1 person starred this issue and may be notified of changes. | Back to list |
As of today, the numpy_boost::numpy_boost(PyObject* obj) and numpy_boost::numpy_boost(const ExtentsList& extents) constructors are tagged as noexcept with "throw ()". This generates compiler warnings, since the constructors contain throw statements. The attached patch solves this problem by un-tagging the numpy_boost contructors as noexcept.
Mar 11, 2014
Project Member
#1
mdb...@gmail.com
Status:
Fixed
|