Ignore:
Timestamp:
Sep 1, 2016, 3:29:10 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, 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:
5fda714
Parents:
e491159
Message:

fixed various issues in common

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/utility.h

    re491159 r1f75e2d  
    262262};
    263263
     264template< typename ThisType >
     265std::weak_ptr<ThisType> RefCountSingleton<ThisType>::global_instance;
     266
    264267#endif // _UTILITY_H
    265268
Note: See TracChangeset for help on using the changeset viewer.