We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab00cf commit 8c84085Copy full SHA for 8c84085
wpimath/src/test/native/cpp/TimeTest.cpp
@@ -96,7 +96,6 @@ void ProcessDurations(const wpi::array<units::nanosecond_t, N>& durations,
96
wpi::print("{}Last 10: {}\n", prefix, buffer);
97
98
wpi::array<units::nanosecond_t, N> sorted{durations};
99
- std::sort(sorted.begin(), sorted.end());
100
}
101
102
template <size_t N>
0 commit comments