
15 Mar
2010
15 Mar
'10
7:53 p.m.
AMDG Peter Myerscough-Jackopson wrote:
In using boost::array I have felt the need to pass around boost::array's of an unknown size (unknown to the function receiving the array). I have therefore created an abstract base class for boost::array so that I can create a pointer to a common base class for arrays of different sizes.
This is a non-starter, because it means that boost::array will no longer be an aggregate. In Christ, Steven Watanabe