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 97ed201 commit ad3f7d2Copy full SHA for ad3f7d2
clang/test/AST/ByteCode/libcxx/primitive-temporary.cpp
@@ -165,7 +165,7 @@ using iter_value_t =
165
int>::value_type;
166
namespace ranges {
167
struct Trans_NS___iter_move___fn {
168
- template <class _Ip> auto operator()(_Ip __i) const -> decltype(move(*(__i)));
+ template <class _Ip> auto operator()(_Ip __i) const -> decltype(std::move(*(__i)));
169
};
170
inline namespace {
171
auto iter_move = Trans_NS___iter_move___fn{};
0 commit comments