Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/CodeLocation.h

    r968f280 rddcedfe  
    2626        CodeLocation() = default;
    2727
    28 
    2928        /// Create a new CodeLocation with the given values.
    3029        CodeLocation( const char* filename, int lineno )
     
    3433
    3534        CodeLocation( const CodeLocation& rhs ) = default;
    36         CodeLocation( CodeLocation&& rhs ) = default;
    37         CodeLocation& operator=( const CodeLocation & ) = default;
    38         CodeLocation& operator=( CodeLocation && ) = default;
    3935
    4036        bool isSet () const {
Note: See TracChangeset for help on using the changeset viewer.