Boost logo

Boost :

Subject: Re: [boost] Interest in StaticVector - fixed capacity vector
From: Stephan T. Lavavej (stl_at_[hidden])
Date: 2011-10-13 18:44:26


[STL]
> C++03 forbids "internal storage" allocators (when an allocator returns memory from "inside itself").

[Ion Gaztañaga]
> AFAIK, C++11 also requires:
> X a(b); Shall not exit via an exception.
> post: Y(a) == b, a == X(b)

Yep, thanks for looking that up. I recycled an old mail from my archives where I cited C++03. :->

STL


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk