Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 C++11 type alias is not recognized
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Marci
New Member

Hungary
4 Posts

Posted - Mar 17 2016 :  12:59:48 PM  Show Profile  Reply with Quote
Hello,

VA_X.dll file version 10.9.2093.0 built 2016.03.11
DevEnv.exe version 14.0.24720.0 Community

VAX doesn't seem to recognize the new types introduced by type aliases. For example


using MyType=int;

int main()
{
	MyType x=1;
	return 0;
}


MyType is not listed in suggestion listboxes when typing, nor is it colored as a "type".

sean
Whole Tomato Software

USA
2817 Posts

Posted - Mar 17 2016 :  3:27:39 PM  Show Profile  Reply with Quote
Strange -- sorry about that. case=95849

If you add a space on both sides of the = in the using statement, then it works.
Go to Top of Page

Marci
New Member

Hungary
4 Posts

Posted - Mar 17 2016 :  3:36:17 PM  Show Profile  Reply with Quote
Oh, thanks :)
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - May 10 2016 :  3:49:49 PM  Show Profile  Reply with Quote
case=95849 is fixed in build 2097
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000