Skip to content

Commit

Permalink
miss const
Browse files Browse the repository at this point in the history
  • Loading branch information
fsb4000 committed Jul 1, 2021
1 parent c4715a2 commit 919d446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stl/inc/deque
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ public:
#if _HAS_CXX17
deque(const deque& _Right, const _Identity_t<_Alloc>& _Al)
#else
deque(const deque& _Right, _Alloc& _Al)
deque(const deque& _Right, const _Alloc& _Al)
#endif // _HAS_CXX17
: _Mypair(_One_then_variadic_args_t{}, _Al) {
_Alproxy_ty _Alproxy(_Getal());
Expand Down

0 comments on commit 919d446

Please sign in to comment.