Changes in src/Common/CodeLocation.h [ddcedfe:968f280]
- File:
-
- 1 edited
-
src/Common/CodeLocation.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/CodeLocation.h
rddcedfe r968f280 26 26 CodeLocation() = default; 27 27 28 28 29 /// Create a new CodeLocation with the given values. 29 30 CodeLocation( const char* filename, int lineno ) … … 33 34 34 35 CodeLocation( const CodeLocation& rhs ) = default; 36 CodeLocation( CodeLocation&& rhs ) = default; 37 CodeLocation& operator=( const CodeLocation & ) = default; 38 CodeLocation& operator=( CodeLocation && ) = default; 35 39 36 40 bool isSet () const {
Note:
See TracChangeset
for help on using the changeset viewer.