comparison gcc/testsuite/g++.dg/pr58389.C @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
49 A::B b, c; 49 A::B b, c;
50 if (children.m_fn1()) { 50 if (children.m_fn1()) {
51 sort(c, b, qt_notclosestLeaf); 51 sort(c, b, qt_notclosestLeaf);
52 } 52 }
53 } 53 }
54 A F::m_fn1() const { const_cast<F *>(this)->d_ptr->m_fn1(); } 54 A F::m_fn1() const { const_cast<F *>(this)->d_ptr->m_fn1(); return A(); }