Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no matching function for call to boost::scoped_ptr<hpx::threads::topology>::scoped_ptr(hpx::threads::linux_topology*) #507

Closed
maeneas opened this issue Aug 23, 2012 · 3 comments

Comments

@maeneas
Copy link
Contributor

maeneas commented Aug 23, 2012

boost 1.48.0
gcc 4.6.2
compiling gtc:

/home/manderson/hpxgit/hpx/src/runtime.cpp:165:29: error: no matching function for call to ‘boost::scoped_ptr<hpx::threads::topology>::scoped_ptr(hpx::threads::linux_topology*)’
/home/manderson/hpxgit/hpx/src/runtime.cpp:165:29: note: candidates are:
/home/manderson/boost_1_48_0/boost/smart_ptr/scoped_ptr.hpp:66:14: note: boost::scoped_ptr<T>::scoped_ptr(std::auto_ptr<Y>) [with T = hpx::threads::topology]
/home/manderson/boost_1_48_0/boost/smart_ptr/scoped_ptr.hpp:66:14: note:   no known conversion for argument 1 from ‘hpx::threads::linux_topology*’ to ‘std::auto_ptr<hpx::threads::topology>’
/home/manderson/boost_1_48_0/boost/smart_ptr/scoped_ptr.hpp:57:14: note: boost::scoped_ptr<T>::scoped_ptr(T*) [with T = hpx::threads::topology]
/home/manderson/boost_1_48_0/boost/smart_ptr/scoped_ptr.hpp:57:14: note:   no known conversion for argument 1 from ‘hpx::threads::linux_topology*’ to ‘hpx::threads::topology*’
/home/manderson/boost_1_48_0/boost/smart_ptr/scoped_ptr.hpp:45:5: note: boost::scoped_ptr<T>::scoped_ptr(const boost::scoped_ptr<T>&) [with T = hpx::threads::topology, boost::scoped_ptr<T> = boost::scoped_ptr<hpx::threads::topology>]
/home/manderson/boost_1_48_0/boost/smart_ptr/scoped_ptr.hpp:45:5: note:   no known conversion for argument 1 from ‘hpx::threads::linux_topology*’ to ‘const boost::scoped_ptr<hpx::threads::topology>&’
@brycelelbach
Copy link
Member

What Git commit are you using?

@maeneas
Copy link
Contributor Author

maeneas commented Aug 24, 2012

6459477..93ec108 master -> master

@ghost ghost assigned sithhell Aug 24, 2012
hkaiser added a commit that referenced this issue Aug 24, 2012
@maeneas
Copy link
Contributor Author

maeneas commented Aug 24, 2012

fixed 428d178

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants