Der neue Dienst "GitLab am KIT" ist unter gitlab.kit.edu erreichbar.

Skip to content
  • we7765's avatar
    timeseries [WP]: avoid copy constructor with base class argument · a5316401
    we7765 authored
    Taking a reference to a public base class object in a copy constructor allows
    implicit type conversion even if the constructor is declared explicit. This
    causes undesired type conversion in instatiation of timeseries containers. In
    such cases the header data commonly is lost silently. I get rid of all such
    constructors, forcing users to explicitly express the desire of type
    conversion.
    a5316401