Commit 5d1a670b authored by Tom Stellard's avatar Tom Stellard
Browse files

Merging r343369:

------------------------------------------------------------------------
r343369 | vitalybuka | 2018-09-28 19:17:12 -0700 (Fri, 28 Sep 2018) | 1 line

[cxx2a] Fix warning triggered by r343285
------------------------------------------------------------------------

llvm-svn: 348451
parent 9bd05390
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1216,7 +1216,6 @@ public:
    value_type SingleElement;

  public:
    iterator() = default;
    explicit iterator(pointer Pos, value_type Single = nullptr)
        : IteratorBase(Pos), SingleElement(Single) {}