14 Jun
2005
14 Jun
'05
11:29 p.m.
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Yan Zhang Sent: Tuesday, June 14, 2005 4:07 PM To: boost-users@lists.boost.org Subject: Re: [Boost-users] How to inherit from boost::multi_array Hi Ron, I finally got it work by using static_cast. But I ran into another problem as you pointed out early that you have to define dimension before you use assignment and copy constructor. That makes the whole thing quit complicated. Any suggestion? Thanks. Yan Revisit inheritance?