- Timestamp:
- May 21, 2018, 10:49:20 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, with_gc
- Children:
- 21bdce2
- Parents:
- 7fdb94e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/ScopedMap.h
r7fdb94e rb12c036 10 10 // Created On : Wed Dec 2 11:37:00 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Jul 21 22:18:24 201713 // Update Count : 212 // Last Modified On : Mon May 21 15:22:40 2018 13 // Update Count : 3 14 14 // 15 15 … … 276 276 } 277 277 278 template< typename value_t > 279 std::pair< iterator, bool > insertAt( size_type scope, const Key& key, value_t&& value ) { 280 return insertAt( scope, std::make_pair( key, std::forward<value_t>( value ) ) ); 281 } 282 278 283 Value& operator[] ( const Key &key ) { 279 284 iterator slot = find( key );
Note: See TracChangeset
for help on using the changeset viewer.