Boost logo

Ublas :

From: Shawn D. Pautz (sdpautz_at_[hidden])
Date: 2005-11-29 16:53:27


All,

There is a difference between 1.33.0 and 1.33.1 Beta that is causing me
some problems with gcc 3.4.4. In class vector the typedef for pointer
and const_pointer has changed from being public to being private. Was
this intended? I'll note that the documentation for the Vector concept
still indicates that it is a refinement of RandomAccessContainer, which
requires a public typedef. I thought there had been discussion of
dropping that requirement - am I looking at the right documentation?

Shawn Pautz