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(dub): update dub to C++17 style exception notation #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

larkwiot
Copy link

Fixes #19 by using more general noexcept(false) instead of pre-C++17 throw(<exception>) style

@mb6ockatf
Copy link

@larkwiot soon going to be a year since this PR was opened...

@larkwiot
Copy link
Author

larkwiot commented Jan 1, 2024

@larkwiot soon going to be a year since this PR was opened...

Not much I can do about it. I switched to pugixml for the project I need this for if I remember correctly. Edit: Oh wait, this is for lua. Yeah I gave up on Lua entirely due to its dead ecosystem (I submitted several PRs and issues to other Lua packages around the same time) and used Wren instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

xml luarocks does not compile C++17 compiler ( i.e. Ubuntu 22.04 LTS gcc)
2 participants