-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mstl: delete unary_function and binary_function
Both were removed in C++17, so cause errors when compiling with the latest clang version. They can usually just be deleted, see e.g. https://stackoverflow.com/questions/63577103/what-is-an-equivalent-replacement-for-stdunary-function-in-c17 https://devblogs.microsoft.com/cppblog/c17-feature-removals-and-deprecations/#:~:text=if%20you%20have%20classes%20deriving,eliminate%20the%20inheritance
- Loading branch information
1 parent
7170bc3
commit e05975e
Showing
1 changed file
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters