Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fsb4000 committed Jul 1, 2021
1 parent 919d446 commit 0c10153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions stl/inc/deque
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@ public:
_Construct(_Right._Unchecked_begin(), _Right._Unchecked_end());
_Proxy._Release();
}

#if _HAS_CXX17
deque(const deque& _Right, const _Identity_t<_Alloc>& _Al)
#else
Expand Down Expand Up @@ -705,6 +706,7 @@ public:
_Get_data()._Alloc_proxy(static_cast<_Alproxy_ty>(_Getal()));
_Take_contents(_Right);
}

#if _HAS_CXX17
deque(deque&& _Right, const _Identity_t<_Alloc>& _Al)
#else
Expand Down
1 change: 0 additions & 1 deletion stl/inc/list
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,6 @@ public:
_Construct_range_unchecked(_Right._Unchecked_begin(), _Right._Unchecked_end());
}


#if _HAS_CXX17
list(const list& _Right, const _Identity_t<_Alloc>& _Al)
#else
Expand Down

0 comments on commit 0c10153

Please sign in to comment.