You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
diavo
Posted - Apr 03 2012 : 09:02:02 AM Hi, is it planned to support the new return value syntax? The test1() method is not recognized by VAX:
class Test
{
void test();
auto test1() -> bool; //this is not supported by VAX
};
1 L A T E S T R E P L I E S (Newest First)
feline
Posted - Apr 03 2012 : 5:38:03 PM Interesting, I had not thought of using auto as a return type. I am seeing the same problem here, thank you for the clear example. I have put in a bug report for this: