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

DM-29501: replace unary_function, binary_function, deprecated in C++17 #171

Merged
merged 1 commit into from Apr 2, 2021

Conversation

mwittgen
Copy link
Contributor

No description provided.

@@ -146,7 +146,7 @@ class CircularAperture {
};

template <typename CoordT>
class CircApPolar : public std::unary_function<CoordT, CoordT> {
class CircApPolar {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I couldn't find any uses of this code by doing a search, but I guess it doesn't hurt to leave it around? (Same for SincAperture and GaussPowerFunctor below).

@mwittgen mwittgen merged commit 72414d6 into master Apr 2, 2021
@mwittgen mwittgen deleted the tickets/DM-29501 branch April 2, 2021 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants