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