Skip to content

Commit eb439dd

Browse files
aladramwjwwood
authored andcommitted
Removing std::binary_function usage (#561)
Deprecated in C++11, removed in C++17
1 parent 6ff3ff4 commit eb439dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclcpp/include/rclcpp/intra_process_manager_impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ class IntraProcessManagerImpl : public IntraProcessManagerImplBase
262262
std::hash<uint64_t>, std::equal_to<uint64_t>,
263263
RebindAlloc<std::pair<const uint64_t, SubscriptionBase::WeakPtr>>>;
264264

265-
struct strcmp_wrapper : public std::binary_function<const char *, const char *, bool>
265+
struct strcmp_wrapper
266266
{
267267
bool
268268
operator()(const char * lhs, const char * rhs) const

0 commit comments

Comments
 (0)