T O P I C R E V I E W |
sth4nth |
Posted - Dec 15 2005 : 08:51:30 AM It seems that VA 1347 has problem when using template in C#.
List<int> lst= new List<int>();
the code above will be labeled wrong syntax. |
4 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Jan 19 2006 : 12:33:46 AM Fixed in 1440.
If you experienced this bug, please confirm the fix works for you. |
feline |
Posted - Dec 18 2005 : 1:57:16 PM case=884 |
sth4nth |
Posted - Dec 18 2005 : 02:27:46 AM quote: Originally posted by feline
for me, using VS2005 and VA 1437 both instances of "List" are underlined by VA as mistyped symbols, but nothing else is underlined. is this what you are seeing? or are you seeing something different?
on my test machine this could be related to VA's parsing of C# namespaces rather than templates, so it will be interesting if you are getting a different result.
You are right, it's not caused by template. |
feline |
Posted - Dec 15 2005 : 6:10:11 PM for me, using VS2005 and VA 1437 both instances of "List" are underlined by VA as mistyped symbols, but nothing else is underlined. is this what you are seeing? or are you seeing something different?
on my test machine this could be related to VA's parsing of C# namespaces rather than templates, so it will be interesting if you are getting a different result. |