Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 enum class does not get parsed

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
Ceranos Posted - Dec 19 2005 : 8:27:53 PM
enum class constructs do not seem to get parsed by VAX at all, has this been reported before? e.g.

enum class Foo
{
foo1,
foo2
};

This snippet above never gets parsed by VAX at all. For reference, this is Managed C++ syntax.
2   L A T E S T    R E P L I E S    (Newest First)
support Posted - Sep 13 2008 : 01:23:34 AM
case=935 is fixed in build 1649
feline Posted - Dec 20 2005 : 2:22:42 PM
using VS2005 managed C++ and VA 1438 if i add the code:

public enum class FoodTypes
{
    Banana,
    Apple
};


then both Banana and Apple are underlined as mistyped symbols by VA. plus VA View is not listing the members of this class. this is a new one on me, but i do not program in managed C++ myself.

case=935

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