We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9928697 commit efa4754Copy full SHA for efa4754
rclcpp/include/rclcpp/strategies/allocator_memory_strategy.hpp
@@ -194,7 +194,7 @@ class AllocatorMemoryStrategy : public memory_strategy::MemoryStrategy
194
return has_invalid_weak_nodes;
195
}
196
197
- void add_waitable_handle(const rclcpp::Waitable::SharedPtr & waitable)
+ void add_waitable_handle(const rclcpp::Waitable::SharedPtr & waitable) override
198
{
199
if (nullptr == waitable) {
200
throw std::runtime_error("waitable object unexpectedly nullptr");
0 commit comments