Version 2.1.6#66
Merged
Merged
Conversation
* 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.
* 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: 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`.
… and rename `is_reg_passable` as `is_register_passable`. (llvm/llvm-project#186692 (comment)) (#64)
* 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.
Kim-J-Smith
commented
Jun 9, 2026
Kim-J-Smith
left a comment
Owner
Author
There was a problem hiding this comment.
This version is basically a tiny patch without any new feature.
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.
Fixed
Changed
is_trivial_for_callasis_itanium_trivial_for_callsandis_reg_passableasis_register_passable.is_callable_fromandis_invocable_using.is_register_passablefor Windows x64.Added
Notes
std::constant_wrappersupport is experimental as of v2.1.6.