Skip to content

Commit

Permalink
Update hardware_interface/src/lexical_casts.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Sai Kishor Kothakota <[email protected]>
  • Loading branch information
bailaC and saikishor authored Jan 11, 2024
1 parent 2e317c6 commit 5b34de2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hardware_interface/src/lexical_casts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ double stod(const std::string & s)
return result;
}
#else
double stod(const std::string & text)
{
double result_value;
const auto parse_result = std::from_chars(text.data(), text.data() + text.size(), result_value);
Expand Down

0 comments on commit 5b34de2

Please sign in to comment.