Feature Request: SFINAE-friendliness
Open
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 225
- PR merge metrics
- No merged PRs in 30d
Description
Firstly, thank you for hana. It's simply fantastic.
Currently, `unpack`, `transform`, along with the callable objects returned from `partial`, `reverse_partial` are not SFINAE-friendly. Is this behavior intentional?
If not, would a PR to provide this functionality be welcome?
Contributor guide
Research direction
Start by reviewing the SFINAE behavior of unpack, transform, partial, and reverse_partial, which are the entry points named in the issue. Determine whether making these APIs SFINAE-friendly is intended and define the expected behavior; done means the requested functionality is implemented and its behavior is covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 20/100