by Ian Collins <ian-news@[EMAIL PROTECTED]
>
Mar 11, 2008 at 06:54 PM
subramanian100in@[EMAIL PROTECTED]
India wrote:
> For vector and deque, the memory layout may be contiguous in which
> case we cannot have array of references and so we cannot have
> vector<int&> and deque<int&>. Am I correct?
>
You can't have a container of references because references can't be
reseated or default initialised.
--
Ian Collins.