Skip to content

message.h: remove std:binary_function#961

Merged
john30 merged 1 commit intojohn30:masterfrom
samm-git:patch-1
Aug 15, 2023
Merged

message.h: remove std:binary_function#961
john30 merged 1 commit intojohn30:masterfrom
samm-git:patch-1

Conversation

@samm-git
Copy link
Contributor

This PR removes 'binary_function' reference to fix error on freebsd/current

 no member named 'binary_function' in namespace 'std';

binary_function is deprecated in C++11 and removed in C++17. Good thing that ebusd is not using it anyway, so IMHO it is safe to remove.

This PR removes   'binary_function' reference to fix error on freebsd/current 
```
 no member named 'binary_function' in namespace 'std';
```

binary_function is deprecated in C++11 and removed in  C++17. Good thing that ebusd is not using it anyway, so IMHO it is safe to remove.
@john30 john30 merged commit ebd68a4 into john30:master Aug 15, 2023
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.

2 participants