Skip to content

Remove some detail macros and rename parameters for readability#128

Merged
Flamefire merged 1 commit intomat007:mainfrom
Flamefire:refactor
Apr 21, 2025
Merged

Remove some detail macros and rename parameters for readability#128
Flamefire merged 1 commit intomat007:mainfrom
Flamefire:refactor

Conversation

@Flamefire
Copy link
Collaborator

Mainly changes of the kind

- #define MOCK_DECL(M, n, S, c)
+ #define MOCK_DECL(name, arity, signature, qualifier)

Also replace one occurrence of BOOST_PP_REPEAT by BOOST_PP_ENUM which saves one macro and makes the other simpler.

@Flamefire Flamefire merged commit 20dafe0 into mat007:main Apr 21, 2025
10 checks passed
@Flamefire Flamefire deleted the refactor branch April 21, 2025 09:58
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

Successfully merging this pull request may close these issues.

2 participants