Commit Graph

2 Commits

Author SHA1 Message Date
William S Fulton 23a3f1de5b Final fixes and tweaks to std::function wrappers
- Add final CHANGES.current entry for std::function.
- Adjust example to how std::function should work going forwards.
2026-05-03 19:00:24 +01:00
William S Fulton d4868b0556 std::function refactor and test improvements
Move std::function implementation out of Lib/typemaps directory noting
that there are no typemaps for the implementation.

Rename _SWIG_call_std_function to SWIG_call_std_function to be standards
compliant.

Remove redundant %rename in cpp11_std_function testcase.

Add java and python runtime tests based on javascript test for cpp11_std_function testcase.

Add some observations on specialization bug when using std::function.
2026-05-03 19:00:24 +01:00