Changeset be9288a for src/Common
- Timestamp:
- Aug 15, 2017, 1:38:04 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- bd098ea
- Parents:
- ea6332d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/utility.h
rea6332d rbe9288a 27 27 28 28 #include <cassert> 29 29 30 template< typename T > 30 31 static inline T * maybeClone( const T *orig ) {
Note: See TracChangeset
for help on using the changeset viewer.