Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 C++11 type alias is not recognized

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
Marci Posted - Mar 17 2016 : 12:59:48 PM
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".
3   L A T E S T    R E P L I E S    (Newest First)
sean Posted - May 10 2016 : 3:49:49 PM
case=95849 is fixed in build 2097
Marci Posted - Mar 17 2016 : 3:36:17 PM
Oh, thanks :)
sean Posted - Mar 17 2016 : 3:27:39 PM
Strange -- sorry about that. case=95849

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

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000