Skip to content

Commit 2143eb5

Browse files
use the typedef
1 parent b3deeb1 commit 2143eb5

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
@@ -1272,7 +1272,7 @@ private:
12721272

12731273
// __get_node_value_type_t<value_type> __tmp(__rhs);
12741274
using __node_value_type = __get_node_value_type_t<value_type>;
1275-
__get_node_value_type_t<value_type> __tmp(__rhs.first, __rhs.second);
1275+
__node_value_type __tmp(__rhs.first, __rhs.second);
12761276
__node_traits::construct(__na, std::addressof(__lhs), std::move(__tmp));
12771277

12781278

0 commit comments

Comments
 (0)