Hello
I'm trying to use ptr_vector but I'm having headaches because I have no
idea why I'm getting this error:
error C2248:
'boost::ptr_container_detail::reversible_ptr_container
Aljaz skrev:
Hello
I'm trying to use ptr_vector but I'm having headaches because I have no idea why I'm getting this error:
error C2248: 'boost::ptr_container_detail::reversible_ptr_container
::operator =' : cannot access private member declared in class
[snip]
boost::ptr_vector<main> m_vector;
Is this the only code? Note you can't currently copy/copy-assign a ptr_container. -Thorsten
participants (2)
-
Aljaz
-
Thorsten Ottosen