Sum up:
This should fix compilation for C++17 as unary_function was removed there.
Details:
I do not see, where this unary_function is used... I do not see any reason to this inheritance... but introduced change provides the same behavior as inheritance from unary_function.
Related to #56
Sum up: This should fix compilation for C++17 as
unary_function
was removed there.Details: I do not see, where this
unary_function
is used... I do not see any reason to this inheritance... but introduced change provides the same behavior as inheritance fromunary_function
.