
13 Oct
2011
13 Oct
'11
10:44 p.m.
[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