Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Automatic Wrapper Generator Bugs #40

Closed
4 tasks done
kwabenantim opened this issue Sep 6, 2023 · 3 comments · Fixed by Chaste/cppwg#11, Chaste/cppwg#38, Chaste/cppwg#31, Chaste/cppwg#18 or Chaste/cppwg#40
Closed
4 tasks done
Assignees
Labels
bug Something isn't working

Comments

@kwabenantim
Copy link
Member

kwabenantim commented Sep 6, 2023

Description

Fix various bugs in automatic wrapper generation:

@kwabenantim kwabenantim added the bug Something isn't working label Sep 6, 2023
@kwabenantim kwabenantim added this to the BBR milestone 3.1 milestone Sep 19, 2023
@kwabenantim kwabenantim changed the title C++ 17 Compatibility Fix Wrapper Generator C++ 17 Compatibility Sep 19, 2023
@kwabenantim
Copy link
Member Author

kwabenantim commented Feb 29, 2024

C++ 17 compatibility fixed by Chaste/cppwg#11

@kwabenantim kwabenantim changed the title Fix Wrapper Generator C++ 17 Compatibility Fix Wrapper Generator Bugs Mar 4, 2024
@kwabenantim kwabenantim changed the title Fix Wrapper Generator Bugs Fix Automatic Wrapper Generator Bugs Mar 4, 2024
@kwabenantim
Copy link
Member Author

"Unable to find declaration" errors fixed in Chaste/cppwg#38

@kwabenantim
Copy link
Member Author

Chaste/cppwg#40 fixed "used without template arguments" errors from unhandled template parameters in method default arguments.

@kwabenantim kwabenantim linked a pull request May 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment