20 Jul
2006
20 Jul
'06
12:04 a.m.
Richard B. Kreckel wrote:
Patch 1 ([1a] or [1b]): Turn the template <template <class> class C> container into template <template <class T, class = std::allocator<T> > class C> container. Pro: Binary compatible (can be applied to 1.3-branch). Con: The intent is to express container of something and some allocator but rather container of something.
Typo: Con: The intent *isn't* to express container of something and some allocator but rather container of something. -richy. -- Richard B. Kreckel <http://www.ginac.de/~kreckel/>