Skip to content

Commit

Permalink
Deliberate bad formatting for test purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyCarter committed Sep 14, 2023
1 parent 37c05b4 commit 0d84d5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stl/inc/vector
Original file line number Diff line number Diff line change
Expand Up @@ -2380,7 +2380,8 @@ struct _Wrap_alloc { // TRANSITION, ABI compat, preserves symbol names of vector
};

template <class _Alvbase_wrapped>
class _Vb_iter_base : public _Iterator_base {
class _Vb_iter_base :
public _Iterator_base {
// store information common to reference and iterators
public:
using _Alvbase = typename _Alvbase_wrapped::_Alloc;
Expand Down

0 comments on commit 0d84d5a

Please sign in to comment.