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 b3deeb1 commit 2143eb5Copy full SHA for 2143eb5
libcxx/include/__tree
@@ -1272,7 +1272,7 @@ private:
1272
1273
// __get_node_value_type_t<value_type> __tmp(__rhs);
1274
using __node_value_type = __get_node_value_type_t<value_type>;
1275
- __get_node_value_type_t<value_type> __tmp(__rhs.first, __rhs.second);
+ __node_value_type __tmp(__rhs.first, __rhs.second);
1276
__node_traits::construct(__na, std::addressof(__lhs), std::move(__tmp));
1277
1278
0 commit comments