My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 5: Ambiguous 'detail' namespace
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  ----
Closed:  Mar 2014


 
Reported by forde...@gmail.com, Feb 18, 2014
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.
nmpy_boost.patch
1.3 KB   Download
Mar 11, 2014
Project Member #1 mdb...@gmail.com
Looks good.  Fixed in r9.
Mar 11, 2014
Project Member #3 mdb...@gmail.com
(No comment was entered for this change.)
Status: Fixed

Powered by Google Project Hosting