Skip to content

Commit b675599

Browse files
committed
CI
1 parent e35b591 commit b675599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/std/containers/Emplaceable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ struct std::hash<Emplaceable> {
4949
typedef Emplaceable argument_type;
5050
typedef std::size_t result_type;
5151

52-
TEST_CONSTEXPR std::size_t operator()(const Emplaceable& x) const { return static_cast<std::size_t>(x.get()); }
52+
TEST_CONSTEXPR_CXX20 std::size_t operator()(const Emplaceable& x) const { return static_cast<std::size_t>(x.get()); }
5353
};
5454

5555
#endif // TEST_STD_VER >= 11

0 commit comments

Comments
 (0)