-
Notifications
You must be signed in to change notification settings - Fork 9
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
Replace detector
library with C++17
#2046
Labels
Comments
cz4rs
added
type: task
c++17
Things to be done once we can rely on C++17 support
labels
Dec 20, 2022
Our plan now is to clean up the detector code, move it into Magistrate, and deprecate the detector library since it will be completely redundant in C++20 |
Actually, I'm going to take this since it's the only way to really fix the install problem in VT. |
lifflander
added a commit
that referenced
this issue
Mar 28, 2023
lifflander
added a commit
that referenced
this issue
Mar 28, 2023
lifflander
added a commit
that referenced
this issue
Mar 28, 2023
lifflander
added a commit
that referenced
this issue
Mar 29, 2023
…rary-with-c++17 #2046: build: remove detector as dependency
cz4rs
pushed a commit
that referenced
this issue
Mar 30, 2023
cz4rs
pushed a commit
that referenced
this issue
Mar 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What Needs to be Done?
Replace, as much as possible, use of detector with C++17 constructs.
If it is possible to get rid of it completely, remember to remove it from build scripts, CMake and documentation, and archive the repository as well.
The text was updated successfully, but these errors were encountered: