Changeset a7741435 for src/Common


Ignore:
Timestamp:
Dec 14, 2016, 9:43:35 PM (7 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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:
c7800bfc
Parents:
74e5a3aa
Message:

fix empty assignment_opt allocation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/utility.h

    r74e5a3aa ra7741435  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Sep 23 11:46:47 2016
    13 // Update Count     : 28
     12// Last Modified On : Wed Dec 14 21:25:25 2016
     13// Update Count     : 31
    1414//
    1515
     
    3636}
    3737
    38 template<typename T, typename U>
     38template< typename T, typename U >
    3939struct maybeBuild_t {
    4040        static T * doit( const U *orig ) {
Note: See TracChangeset for help on using the changeset viewer.