namespace tags
This commit is contained in:
parent
541385a5df
commit
d3f5614bc7
2 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ namespace memory_strategies
|
||||||
|
|
||||||
using rclcpp::memory_strategies::static_memory_strategy::StaticMemoryStrategy;
|
using rclcpp::memory_strategies::static_memory_strategy::StaticMemoryStrategy;
|
||||||
|
|
||||||
}
|
} /* memory_strategies */
|
||||||
}
|
} /* rclcpp */
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -154,7 +154,7 @@ private:
|
||||||
std::unordered_map<void *, size_t> _memory_map;
|
std::unordered_map<void *, size_t> _memory_map;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
} /* static_memory_strategy */
|
||||||
|
|
||||||
} /* memory_strategies */
|
} /* memory_strategies */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue