| Issue 5: | Ambiguous 'detail' namespace | |
| 1 person starred this issue and may be notified of changes. | Back to list |
The "detail::numpy_type_map<T>::typenum" expressions in numpy_boost.hpp are generating the following compiler warnings with VS2012: 1>c:\views\pyrctl\numpy_boost.hpp(192): error C2872: 'detail' : ambiguous symbol 1> could be 'detail' 1> or 'boost::detail' 1> c:\views\pyrctl\numpy_boost.hpp(186) : while compiling class template member function 'numpy_boost<T,NDims>::numpy_boost(PyObject *)' 1> with 1> [ 1> T=double, 1> NDims=1 1> ] A patch that fixes this issue by adding a "::" prefix to the expression is attached.
Mar 11, 2014
Project Member
#1
mdb...@gmail.com
Mar 11, 2014
(No comment was entered for this change.)
Status:
Fixed
|