T O P I C R E V I E W |
MrJones4u |
Posted - Jun 10 2011 : 05:36:10 AM Hi,
Apart from a thread from 2009, I could not find any discussion about the auto keyword in c++0x and VS2010, soG?
As far as I can tell VAX is not coping very well with the auto keyword G?? what plans are there to rectify this?
Cu, Michael
|
7 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Dec 16 2011 : 1:48:08 PM case=13607 is implemented in build 1862 |
feline |
Posted - Nov 28 2011 : 11:16:26 AM There is light, this is being actively worked on. There are a lot of edge cases that need to be considered and handled correctly in our parser, to get this right.
Some of the examples in the case involving various casts are good reminders that this is not always easy. |
MrJones4u |
Posted - Nov 28 2011 : 05:33:30 AM Hi,
As the auto keyword is more and more becoming a day by day factor in modern day programming the irritation over VAX not being able to handle it is becomes increasingly frustrating. Therefore the following question: is there light at the end of the tunnel to be seen?
Cu, Michael |
feline |
Posted - Sep 12 2011 : 4:17:30 PM Unfortunately not directly, this FAQ explains the case numbers:
http://docs.wholetomato.com?W318
This thread should be updated when this case is fixed. |
Phil Hartmann |
Posted - Sep 11 2011 : 8:40:48 PM I'm also pretty interested in this, you mention case=13607, is there some way I can track or see this case? |
MrJones4u |
Posted - Jun 10 2011 : 4:28:16 PM Thanks for the quick and open reply. |
feline |
Posted - Jun 10 2011 : 3:59:01 PM We are working on properly supporting the new "auto" keyword, without breaking anything else:
case=13607
Unfortunately I don't currently have an estimate for when this will be released, since we need to try and cover a good number of the edge cases, to make sure this works well. |