Skip to content

Commit

Permalink
chore(query): deprecated as comment to avoid clang errror
Browse files Browse the repository at this point in the history
Signed-off-by: tanaka3 <ttatcoder@outlook.jp>
  • Loading branch information
taikitanaka3 committed Jan 18, 2022
1 parent 3b56ce7 commit 28cc95d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ namespace lanelet
{
namespace utils
{
inline double [[deprecated]] getAngleDifference(const double angle1, const double angle2)
// deprecated
inline double getAngleDifference(const double angle1, const double angle2)
{
return std::abs(tier4_autoware_utils::normalizeRadian(angle1 - angle2));
}
Expand Down

0 comments on commit 28cc95d

Please sign in to comment.