Changeset c1ed2ee for src/Common
- Timestamp:
- Jun 21, 2019, 3:41:36 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 8d61d620
- Parents:
- 9af00d23
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/utility.h
r9af00d23 rc1ed2ee 34 34 class Expression; 35 35 36 /// bring std::move into global scope 37 using std::move; 38 39 /// partner to move that copies any copyable type 40 template<typename T> 41 T copy( const T & x ) { return x; } 42 36 43 template< typename T > 37 44 static inline T * maybeClone( const T *orig ) {
Note:
See TracChangeset
for help on using the changeset viewer.