Skip to content

Commit

Permalink
Merge branch 'main' into scpeters/rm_deprecated_8
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters committed Jul 2, 2024
2 parents 337df73 + 15bfa5e commit 01c3dc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
4 changes: 3 additions & 1 deletion include/gz/math/Stopwatch.hh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ namespace gz
// Use a steady clock
// This alias is now deprecated; please use std::chrono::steady_clock
// directly instead.
using clock GZ_DEPRECATED(8) = std::chrono::steady_clock;
using clock
[[deprecated("As of 8.0, use std::chrono::steady_clock directly.")]]
= std::chrono::steady_clock;

// Inline bracket to help doxygen filtering.
inline namespace GZ_MATH_VERSION_NAMESPACE {
Expand Down
19 changes: 0 additions & 19 deletions include/ignition/math/MecanumDriveOdometry.hh

This file was deleted.

0 comments on commit 01c3dc8

Please sign in to comment.