Skip to content

Using BETTER_ENUM inside a class declaration? #123

Description

@Yunsen

In most of my coding works, usually the most cases in which the enum is defined inside a class so that the enum is more specific.
for example, there is a demo:
class Clothes
{
public:
enum class Color
{
Red,
Black,
White,
}
};
So, can this request will be supported in the future?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions