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 a4ad265 commit d95a015Copy full SHA for d95a015
include/behaviortree_cpp/blackboard.h
@@ -95,7 +95,8 @@ class Blackboard
95
96
[[nodiscard]] std::vector<StringView> getKeys() const;
97
98
- void clear();
+ [[deprecated("This command is unsafe. Consider using Backup/Restore instead")]] void
99
+ clear();
100
101
[[deprecated("Use getAnyLocked to access safely an Entry")]] std::recursive_mutex&
102
entryMutex() const;
0 commit comments