Skip to content

SFINAE friendly comparison operators #1244

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ZXShady
Copy link

@ZXShady ZXShady commented Apr 3, 2025

Hi, I had an issue with an assert aware expression decomposer where the expression decomposer uses overloaded operator== and operator!= without any constrains on the second type of parameter which conflicted with entt;:null_t when I wanted to override ENTT_ASSERT with SUPER_COOL_ASSERT macro

@skypjack skypjack self-requested a review April 4, 2025 10:19
@skypjack skypjack self-assigned this Apr 4, 2025
@skypjack skypjack added the triage pending issue, PR or whatever label Apr 4, 2025
@ZXShady ZXShady force-pushed the sfinae_operators branch from 3dcf750 to caae7bf Compare April 4, 2025 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage pending issue, PR or whatever
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants