Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion include/behaviortree_cpp/utils/safe_any.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,6 @@ inline nonstd::expected<T, std::string> Any::stringToNumber() const
return nonstd::make_unexpected("Any failed string to number conversion");
}
#endif
return nonstd::make_unexpected("Any conversion from string failed");
}

template <typename DST>
Expand Down
Loading