Changes in src/Common/CodeLocation.h [eb211bf:ddcedfe]
- File:
-
- 1 edited
-
src/Common/CodeLocation.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/CodeLocation.h
reb211bf rddcedfe 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;38 35 39 36 bool isSet () const {
Note:
See TracChangeset
for help on using the changeset viewer.