
1 May
2012
1 May
'12
11:08 a.m.
On Tue, May 1, 2012 at 12:08 PM, Daniel James <dnljms@gmail.com> wrote:
As far as I know gcc is correct. Functions are only visible if they're available at the point of the call to hash_value in the source code,
Are both VC10 and VC11 broken then?
Maybe, I'm not expert enough to say for sure. 'broken' is quite a harsh way to describe it. I think Microsoft tends to prioritize supporting existing code over strict standards compliance (which is perhaps one of the reasons they've been so successful in the business world).
True, I meant broken as in not accepting the code I posted. Is there any way to make it work with both GCC and VC (while using hash_value)? Olaf