Skip to content

Potential bug in macros for member variable creation #62

Description

@psurukuc

In the following file
https://github.com/project8/nymph/blob/27a882fbfca35da97dda4f6e4e3889010f9da506/Cpp/Library/Utility/MemberVariable.hh,
on lines 70 and 71 the replacements for both MEMVAR_REF_MUTABLE and MEMVAR_REF_MUTABLE_CONST seem to be the same, camel_case_mv_referrable_mutable.

Shouldn't they be ?
#define MEMVAR_REF_MUTABLE camel_case_mv_referrable_mutable
#define MEMVAR_REF_MUTABLE_CONST camel_case_mv_referrable_mutable_const

Activity

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions