Skip to content

Commit c4a0092

Browse files
explicit copy
1 parent c5d73dd commit c4a0092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ public:
10721072
__emplace_hint_unique__sfinae(
10731073
integral_constant< bool, std::is_copy_constructible_v<decltype(__value.first)> >(),
10741074
__p,
1075-
std::move(__value.first),
1075+
__value.first,
10761076
std::move(__value.second));
10771077
} else
10781078
#endif

0 commit comments

Comments
 (0)