Changeset c7800bfc for src/Common
- Timestamp:
 - Dec 15, 2016, 10:58:31 AM (9 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:
 - 38a0a4d, d78f4c0
 - Parents:
 - c5a8c5b (diff), a7741435 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
 - 
      
- 1 edited
 
- 
          
  src/Common/utility.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
src/Common/utility.h
rc5a8c5b rc7800bfc 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Sep 23 11:46:47201613 // Update Count : 2812 // Last Modified On : Wed Dec 14 21:25:25 2016 13 // Update Count : 31 14 14 // 15 15 … … 36 36 } 37 37 38 template< typename T, typename U>38 template< typename T, typename U > 39 39 struct maybeBuild_t { 40 40 static T * doit( const U *orig ) {  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.