1
0
forked from Alepha/Alepha

Remove the overload< __LINE__ > hack. #1

Open
adam wants to merge 1 commits from drop-overload into concepts-in-comparisons
Owner

We do not need this hack anymore, as Alepha now requires C++20 or greater, and that brings us concept. The enable_if template overloading trick is no longer needed.

We do not need this hack anymore, as Alepha now requires C++20 or greater, and that brings us `concept`. The `enable_if` template overloading trick is no longer needed.
adam added 1 commit 2025-11-04 18:15:38 -05:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin drop-overload:drop-overload
git checkout drop-overload
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: adam/Alepha#1
No description provided.