Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forward port #603 to main #604

Closed
wants to merge 4 commits into from
Closed

Conversation

mjcarroll
Copy link
Contributor

Forward port #603

@mjcarroll mjcarroll self-assigned this Jul 2, 2024
@github-actions github-actions bot added the 🏛️ ionic Gazebo Ionic label Jul 2, 2024
mjcarroll added 3 commits July 2, 2024 13:32
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
@mjcarroll mjcarroll force-pushed the mjcarroll/namespaces_main branch from 69eac51 to 0b960c5 Compare July 2, 2024 13:33
constexpr auto GZ_DEPRECATED(7) IGN_SIX_SIZE_T = &GZ_SIX_SIZE_T;
constexpr auto GZ_DEPRECATED(7) IGN_SEVEN_SIZE_T = &GZ_SEVEN_SIZE_T;
constexpr auto GZ_DEPRECATED(7) IGN_EIGHT_SIZE_T = &GZ_EIGHT_SIZE_T;
constexpr auto GZ_DEPRECATED(7) IGN_NINE_SIZE_T = &GZ_NINE_SIZE_T;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these should not be forward-ported

/// timeSys.ElapsedRunTime()).count() << " ms\n";
/// watch.Stop();
/// ```
class GZ_MATH_VISIBLE Stopwatch
{
// Use a steady clock
// This alias is now deprecated; please use std::chrono::steady_clock
// directly instead.
using clock
[[deprecated("As of 8.0, use std::chrono::steady_clock directly.")]]
= std::chrono::steady_clock;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this deprecated using statement should not be in the Stopwatch class

{
namespace math
// Use a steady clock
using clock = std::chrono::steady_clock;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is old

@scpeters
Copy link
Member

this has conflicts; I've opened #611 as an alternative

@mjcarroll
Copy link
Contributor Author

Replaced by #611

@mjcarroll mjcarroll closed this Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏛️ ionic Gazebo Ionic
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants