Version 2.1.4#53
Merged
Merged
Conversation
* fix: fix bug in deducing noexcept functor when using make_fn. * feat: add noexcept deduction for make_fn. * fix: avoid triggering ICE in MSVC caused by 14.36~14.44 regression bug. * fix: avoid using bool... in the template parameter list in order to support MSVC 19.22 ~ 19.33 . * fix: avoid using sizeof(T) in conditional_t in order to support MSVC 19.20, 19.21.
* perf: add specialization standard operator wrapper.
… 2 pointer sizes.
* style: use function pointer size instead of pointer size. * perf: enhance the make_fn<fn_ref> performance. See <https://godbolt.org/z/MfWd4hxrv> * feat: add make_fn_log_error to provide better error log for make_fn. * perf: relax the condition for passing parameters through registers to 2 pointer sizes. * perf: pass erasure by value in `fn_ref` to avoid ODR use and enable stack optimization * benchmark: add runtime benchmark for fn_ref. * fix: add `const` and `volatile` in cast to avoid UB. * docs: update release notes. * chore: fix misspelling and add [[nodiscard]] to `is_empty`. * feat: support C++23 static operator(). * test: add tests for new feature. * ci: add VS2026 test. * docs: update release notes. * chore: add comments for `init` function.
…function into version-2.1.4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.