Gabriel Dos Reis write:
>Not very logn ago I spoke with the VC++ manager about this, and he
>said that their implementation currently is not conforming -- but
>they are working on it.  The issue has to with f<int> and f<long>
>required to have difference addresses -- which is violated by their
>implementation. 

Yes, this issue has already been mentioned in this thread and is a problem
regardless of how you compare functions to find out if they are the same.
The compiler also needs to be able to detect when its safe to merge
functions that are identical.

                                        Ross Ridge

Reply via email to