Changeset c4682e0 in git


Ignore:
Timestamp:
Oct 13, 2011, 9:39:07 PM (13 years ago)
Author:
Niels Ranosch <ranosch@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
ecd9a3e3080b093745b8ca81ccac0542ba57ccb9
Parents:
c770dca4360b7797649175eadf26f907f8c1a70c
git-author:
Niels Ranosch <ranosch@mfo.de>2011-10-13 21:39:07+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:14:05+01:00
Message:
FIX: In some (inheriting) copy-constructors their base class should be explicitly initialized
Location:
factory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_reval.cc

    rc770dc rc4682e0  
    1212
    1313
    14 REvaluation::REvaluation( const REvaluation & e )
     14REvaluation::REvaluation( const REvaluation & e ):Evaluation()
    1515{
    1616    if ( e.gen == 0 )
  • factory/int_poly.cc

    rc770dc rc4682e0  
    5353}
    5454
    55 InternalPoly::InternalPoly( const InternalPoly& )
     55InternalPoly::InternalPoly( const InternalPoly& ):InternalCF()
    5656{
    5757    ASSERT( 0, "ups there is something wrong in your code" );
Note: See TracChangeset for help on using the changeset viewer.