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

Lots of cleanup #522

Merged
merged 36 commits into from
May 4, 2024
Merged

Lots of cleanup #522

merged 36 commits into from
May 4, 2024

Conversation

beached
Copy link
Owner

@beached beached commented May 4, 2024

Cleaned up a bunch of code
Added function traits

function_ref no longer does conversion implicitly for function pointers.
This allows constexpr calls prior to C++26 as the fp is constexpr and
without introducing extra storage.  In C++26, class calls are constexpr
too
@beached beached merged commit c9cf14f into master May 4, 2024
8 checks passed
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

1 participant