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

revert back lift-thrice macro #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jiayuehua
Copy link

otherwise many funciton like negate that use this macro report error.

@jiayuehua
Copy link
Author

@rollbear

@rollbear
Copy link
Owner

rollbear commented Aug 3, 2023

Apologies for my long absence.

Can you please elaborate on why and how this causes problems? Is there, in your opinion, a way to solve the problem the PR fixed without reverting the whole thing?

@jiayuehua
Copy link
Author

For example negate call LIFT_THRICE marco

[f = std::forward<F>(f)](auto&& ... obj) LIFT_THRICE(!f(LIFT_FWD(obj)...));
. I don't know a better way.

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.

None yet

2 participants