Propagate constexpr-ness of interface member functions (noexcept done in #37)
Open
- Dominant language
- C++
- Stars
- 11
- Forks
- 4
- Avg merge
- 16h 39m
- Merged PRs (30d)
- 131
Description
Right now, the generated protocol type does not account for the constexpr (including consteval where applicable) and noexception status of the underlying interface. Support in the generator should be extended to propagate this information.
Contributor guide
Assessment
This issue has not been assessed yet.