summaryrefslogtreecommitdiffstats
path: root/libcxx/include/__node_handle
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/__node_handle')
-rw-r--r--libcxx/include/__node_handle3
1 files changed, 1 insertions, 2 deletions
diff --git a/libcxx/include/__node_handle b/libcxx/include/__node_handle
index 7f3bd9da88b..e543fa9b20f 100644
--- a/libcxx/include/__node_handle
+++ b/libcxx/include/__node_handle
@@ -193,8 +193,7 @@ using __map_node_handle =
__basic_node_handle< _NodeType, _Alloc, __map_node_handle_specifics>;
template <class _Iterator, class _NodeType>
-_LIBCPP_TEMPLATE_VIS
-struct __insert_return_type
+struct _LIBCPP_TEMPLATE_VIS __insert_return_type
{
_Iterator position;
bool inserted;
OpenPOWER on IntegriCloud