Changeset c4682e0 in git


Ignore:
Timestamp:
Oct 13, 2011, 9:39:07 PM (11 years ago)
Author:
Niels Ranosch <ranosch@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
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.