File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 11arithmetics
22wan
3- sitl
Original file line number Diff line number Diff line change @@ -243,8 +243,7 @@ class Registry : public IIntrospectableRegistry
243243 // / the callables are moved to the heap.
244244 // /
245245 // / The name object is moved to the heap as well; if this is an std::string_view or some other reference,
246- // / then it has to outlive the register. If this cannot be ensured, use some type that owns the string;
247- // / e.g., dyshlo::sitl::String.
246+ // / then it has to outlive the register. If this cannot be ensured, use some type that owns the string.
248247 // / The name shall be convertible to std::string_view.
249248 // /
250249 // / The getter should simply return anything that can be converted to Value. It can be a primitive type as well.
You can’t perform that action at this time.
0 commit comments