Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only /declare/ tags #1

Open
martinmoene opened this issue Feb 2, 2018 · 0 comments
Open

Only /declare/ tags #1

martinmoene opened this issue Feb 2, 2018 · 0 comments
Assignees

Comments

@martinmoene
Copy link
Owner

change

#define WV_DEFINE_VALUE_TYPE( type_name, underlying_type ) \
    struct type_name##_tag{}; \
typedef ::wv::whole_value<underlying_type, type_name##_tag> type_name;

to

#define WV_DEFINE_VALUE_TYPE( type_name, underlying_type ) \
typedef ::wv::whole_value<underlying_type, struct type_name##_tag> type_name;

See:

@martinmoene martinmoene self-assigned this Feb 2, 2018
@martinmoene martinmoene changed the title Only declare tags Only /declare/ tags Feb 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant