Question about array.hpp

Posted by Joseph Wang on
URL: http://quantlib.414.s1.nabble.com/Question-about-array-hpp-tp4106.html

I was wondering what the design rationale was for creating a new Array
class rather than using or subclassing vector<Real>?

Just curious.