$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Interest in StaticVector - fixed capacity vector
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2011-10-13 17:13:16
El 13/10/2011 1:26, Stephan T. Lavavej escribió:
> C++03 forbids "internal storage" allocators (when an allocator returns memory from "inside itself").
AFAIK, C++11 also requires:
X a(b); Shall not exit via an exception.
post: Y(a) == b, a == X(b)
Best,
Ion