Changes in src/Common/CodeLocation.h [ddcedfe:eb211bf]
- File:
-
- 1 edited
-
src/Common/CodeLocation.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/CodeLocation.h
rddcedfe reb211bf 33 33 34 34 CodeLocation( const CodeLocation& rhs ) = default; 35 CodeLocation( CodeLocation&& rhs ) = default; 36 CodeLocation& operator=( const CodeLocation & ) = default; 37 CodeLocation& operator=( CodeLocation && ) = default; 35 38 36 39 bool isSet () const {
Note:
See TracChangeset
for help on using the changeset viewer.