Posted - Jun 17 2006 : 01:23:26 AM I see that VS 2005 now allows this. I knew it was part of TR1, but didn't think that VS 2005 had implemented any of TR1.
The question still remains: Does inserting a space between the symbols allow VA to work properly?
sean
Posted - Jun 16 2006 : 9:14:31 PM The >> change was part of TR1 and made it into the standard. Along with: delegating constructors var arg macros extern template declarations implicit type declarations (determined by rhs type)
(see Pete Beckers columns in Dr Dobbs) But I don't know how many of these are also supported by vs2005.
mbobka
Posted - Jun 16 2006 : 8:30:43 PM Compiler in VS2005 parses it correctly. It new feature of VS2005.
jpizzi
Posted - Jun 16 2006 : 09:30:31 AM Does it work correctly if you separate the two right angle brackets? The compiler will have a problem with this, too. Try the following: