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