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
 enum class does not get parsed
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Ceranos
Starting Member

1 Posts

Posted - Dec 19 2005 :  8:27:53 PM  Show Profile  Reply with Quote
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.

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Dec 20 2005 :  2:22:42 PM  Show Profile  Reply with Quote
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

zen is the art of being at one with the two'ness
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Sep 13 2008 :  01:23:34 AM  Show Profile  Reply with Quote
case=935 is fixed in build 1649
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