зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1315352 - follow-up - placate the static analysis to re-open this CLOSED TREE; r=me
This commit is contained in:
Родитель
c95da78768
Коммит
d585884d50
|
@ -39,7 +39,7 @@ public:
|
|||
template<typename U,
|
||||
class = typename EnableIf<IsConvertible<U (*)[], T (*)[]>::value,
|
||||
int>::Type>
|
||||
Range(const Range<U>& aOther)
|
||||
MOZ_IMPLICIT Range(const Range<U>& aOther)
|
||||
: mStart(aOther.mStart),
|
||||
mEnd(aOther.mEnd)
|
||||
{}
|
||||
|
|
Загрузка…
Ссылка в новой задаче