Do some cleanup.#65
Merged
Merged
Conversation
Kim-J-Smith
added a commit
that referenced
this pull request
Jun 9, 2026
* docs: update the version number and clear release notes. * docs: update README.md and make_fn.md . * Do some chores (#60) * style: make_fn_log_error() don't need EMBED_INLINE. * docs: better make_fn error log. * chore: EMBED_DETAIL_REQUIRES_IMPL is useless. * feat: remove useless operator=(). * style: rename check as not_empty. * docs: update README.md . * docs: better error information. * docs: change EMBED_DETAIL_REPORT_IE. * style: rename is_empty_normal and empty_normal. * docs: add some comments. * docs: change the README.md . * test: enable bug test in GCC16. * feat: no swap in copy assignment. (#61) * feat: no swap in copy assignment. * Add specialization for `is_reg_passible` for Windows x64. (#62) * docs: update chapter "Wrapper definition syntax" in README.md . * docs: shorter example. * docs: rename is_call_trivial as is_trivial_for_call. * feat: add win_x64 'is_reg_passable' specialization. * Refactor `is_callable_from` and `is_invocable_using`. (#63) * refactor: refactor `is_callable_from` and `is_invocable_using`. * fix: fix bug in error "‘value’ is not a member of ‘ebd::detail::fn_traits::is_invocable_using_impl<int(), std::tuple<int (*&)()>, int()>’". * feat: simplify `typename unwrap_signature<Signature>::template add_cv_like<T>` as `add_cv_like_sig_t`. * style: rename `is_trivial_for_call` as `is_itanium_trivial_for_calls` and rename `is_reg_passable` as `is_register_passable`. (llvm/llvm-project#186692 (comment)) (#64) * Do some cleanup. (#65) * style: use `add_cv_like_sig_t<Tp>` directly. * chore: `!std::is_reference<T>::value` is an unnecessary constraint. * test: add static call operator test. * style: avoid using intermediate variable `is_trivial_for_calls`. * test: move `Static_call_operator_test` to additional test. * docs: update release_notes.md . --- ## Fixed - No swap in copy assignment. ## Changed - Rename `is_trivial_for_call` as `is_itanium_trivial_for_calls` and `is_reg_passable` as `is_register_passable`. - Refactor `is_callable_from` and `is_invocable_using`. - Add specialization for `is_register_passable` for Windows x64. - Update README.md and make_fn.md. ## Added - Add static call operator test. - Add stateless assign test. ## Notes - `std::constant_wrapper` support is experimental as of v2.1.6.
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.