Re: auto/decltype question about implementation

2012-03-13 Thread Dodji Seketeli
niXman a écrit: > Hi, Hello niXman, > Can you please tell, auto is implemented based on the decltype > implementation with some semantics, or they are two completely > different implementations? I think they are different. > And one more question: in which files/functions I can view the > imp

Re: auto/decltype question about implementation

2012-03-11 Thread niXman
2012/3/11 Jonathan Wakely : > On 11 March 2012 15:32, niXman wrote: >>> And one more question: in which files/functions I can view the >>> implementation of auto and decltype? > > Search for RID_AUTO and RID_DECLTYPE in gcc/cp/*.c Thanks Jonathan. -- Regards,   niXman

Re: auto/decltype question about implementation

2012-03-11 Thread Jonathan Wakely
On 11 March 2012 15:32, niXman wrote: >> And one more question: in which files/functions I can view the >> implementation of auto and decltype? Search for RID_AUTO and RID_DECLTYPE in gcc/cp/*.c

Re: auto/decltype question about implementation

2012-03-11 Thread niXman
> Can you please tell, auto is implemented based on the decltype > implementation with some semantics, or they are two completely > different implementations? > > And one more question: in which files/functions I can view the > implementation of auto and decltype? Ping? -- Regards,   niXman

auto/decltype question about implementation

2012-03-06 Thread niXman
Hi, Can you please tell, auto is implemented based on the decltype implementation with some semantics, or they are two completely different implementations? And one more question: in which files/functions I can view the implementation of auto and decltype? Thanks. -- Regards,   niXman