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

Make compilable with C++17 or later #50

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

Conversation

YasunoriHirakawa
Copy link

The Vocabulary.h and Vocabulary.cpp codes contain dynamic exception specifications.
However, this specification was removed in C++17, and the code fails to compile in C++17 or later.
So, by rewriting the corresponding code to noexcept(false), make it explicit that the method may send an exception.

@YasunoriHirakawa YasunoriHirakawa changed the title Make compileable with C++17 or later Make compilable with C++17 or later Aug 2, 2022
@BillyONeal
Copy link

This is necessary to compile on Ubuntu 22.04. Any chance of getting this merged?

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.

3 participants