
14 Jun
2010
14 Jun
'10
7:32 p.m.
On 14/06/2010 19:08, Tim Blechmann wrote:
instantiating an intrusive list outside of the specific class, the gcc complains: error: ‘my_node<T>::children’ has incomplete type
any idea? thanks, tim
It seems that default hook detection needs to instantiate the type early, I don't know why this is not needed for non template types, but I think that's not easy to workaround. Best, Ion