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