Aug. 19, 2005
10:03 p.m.
2005/8/19, Scott McKay <skottmckay@gmail.com>:
implicitly_convertible< smart_ptr< Factory_Wrapper >, smart_ptr< Factory > >(); implicitly_convertible< smart_ptr< Factory >, smart_ptr< Factory_Wrapper > >(); }
Sorry about my ignorance. Why do you define those implicitly convertble pointers? [Eric Jardim]