Re: map::data_type missing in gcc 4 ?

2007-12-06 Thread FĂ–LDY Lajos
On Thu, 6 Dec 2007, vheinitz wrote: Hello, I am porting code which was compiling on gcc 3.2.2 to gcc 4 I am using (GCC) 4.1.2 20061115 (prerelease) (SUSE Linux) Looks like std::map hasn't typedef data_type whereas map::key_type is still there. SGI's implementation seems to provide map::data_ty

map::data_type missing in gcc 4 ?

2007-12-06 Thread vheinitz
Hello, I am porting code which was compiling on gcc 3.2.2 to gcc 4 I am using (GCC) 4.1.2 20061115 (prerelease) (SUSE Linux) Looks like std::map hasn't typedef data_type whereas map::key_type is still there. SGI's implementation seems to provide map::data_type Is there any other way to get data_t

Re: Heap, Arrays and Structures

2007-12-06 Thread R Karthick
On Dec 6, 12:29 am, Paul Pluzhnikov <[EMAIL PROTECTED]> wrote: > R Karthick <[EMAIL PROTECTED]> writes: > > This might be a very primitive question. But I want to be clear about > > the allocation mechanism adopted by C++. > > You are not investigating "allocation mechanism adopted by C++" > (what