Skip to content

Commit

Permalink
Remove feature test from cpp20_test.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-reynolds committed Dec 12, 2024
1 parent d5ea439 commit 5086411
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions au/code/au/cpp20_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#if __cplusplus >= 202002L

#include <compare>

#include "au/quantity.hh"
Expand Down Expand Up @@ -42,5 +40,3 @@ TEST(Quantity, SupportsSpaceship) { EXPECT_LT(Foo{5 * m}, Foo{6 * m}); }
TEST(QuantityPoint, SupportsSpaceship) { EXPECT_LT(FooPt{meters_pt(5)}, FooPt{meters_pt(6)}); }

} // namespace au

#endif

0 comments on commit 5086411

Please sign in to comment.