Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 717768
Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +5 lines)
Line  Link Here
0
--
0
++ b/ppl.hh
1
-- a/ppl.hh
Lines 100759-100766 operator()(Determinate& x, const Determinate& y) const { Link Here
100759
100759
100760
template <typename PSET>
100760
template <typename PSET>
100761
template <typename Binary_Operator_Assign>
100761
template <typename Binary_Operator_Assign>
100762
inline
100762
inline typename
100763
Determinate<PSET>::Binary_Operator_Assign_Lifter<Binary_Operator_Assign>
100763
Determinate<PSET>::template Binary_Operator_Assign_Lifter<Binary_Operator_Assign>
100764
Determinate<PSET>::lift_op_assign(Binary_Operator_Assign op_assign) {
100764
Determinate<PSET>::lift_op_assign(Binary_Operator_Assign op_assign) {
100765
  return Binary_Operator_Assign_Lifter<Binary_Operator_Assign>(op_assign);
100765
  return Binary_Operator_Assign_Lifter<Binary_Operator_Assign>(op_assign);
100766
}
100766
}
100767
-- a/ppl.hh
100767
++ b/ppl.hh
Lines 66462-66468 OR_Matrix<T>::Pseudo_Row<U>::Pseudo_Row(const Pseudo_Row<V>& y) Link Here
66462
66462
66463
template <typename T>
66463
template <typename T>
66464
template <typename U>
66464
template <typename U>
66465
inline OR_Matrix<T>::Pseudo_Row<U>&
66465
inline typename OR_Matrix<T>::template Pseudo_Row<U>&
66466
OR_Matrix<T>::Pseudo_Row<U>::operator=(const Pseudo_Row& y) {
66466
OR_Matrix<T>::Pseudo_Row<U>::operator=(const Pseudo_Row& y) {
66467
  first = y.first;
66467
  first = y.first;
66468
#if PPL_OR_MATRIX_EXTRA_DEBUG
66468
#if PPL_OR_MATRIX_EXTRA_DEBUG

Return to bug 717768