Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/CodeLocation.h

    rddcedfe reb211bf  
    3333
    3434        CodeLocation( const CodeLocation& rhs ) = default;
     35        CodeLocation( CodeLocation&& rhs ) = default;
     36        CodeLocation& operator=( const CodeLocation & ) = default;
     37        CodeLocation& operator=( CodeLocation && ) = default;
    3538
    3639        bool isSet () const {
Note: See TracChangeset for help on using the changeset viewer.