Ignore:
Timestamp:
Mar 15, 2019, 2:22:25 PM (5 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
fdae913
Parents:
b8665e3
Message:

Lazy scope initialization for indexer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/PersistentMap.h

    rb8665e3 rb419abb  
    114114        }
    115115
    116         // PersistentMap( Mode m, Base&& b ) : data(), mode(m) {
    117         //      init<Base>(std::move(b));
    118         // }
    119 
    120         // template<typename P, typename K, typename V>
    121         // PersistentMap( Mode m, P&& o, K&& k, V&& v ) : data(), mode(m) {
    122         //      init<Ins>(std::forward<P>(o), std::forward<K>(k), std::forward<V>(v));
    123         // }
    124 
    125         // template<typename P, typename K>
    126         // PersistentMap( Mode m, P&& o, K&& k ) : data(), mode(m) {
    127         //      init<Rem>(std::forward<P>(o), std::forward<K>(k));
    128         // }
    129 
    130116public:
    131117        using size_type = std::size_t;
Note: See TracChangeset for help on using the changeset viewer.