Changeset d5cfc7e for libcfa/src
- Timestamp:
 - Aug 31, 2021, 1:49:09 AM (4 years ago)
 - Branches:
 - ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
 - Children:
 - e7e5b81
 - Parents:
 - b532fcf
 - git-author:
 - Jacob Prud'homme <jafprudhomme@…> (07/13/21 12:38:33)
 - git-committer:
 - Jacob Prud'homme <jafprudhomme@…> (08/31/21 01:49:09)
 - File:
 - 
      
- 1 edited
 
- 
          
  libcfa/src/parseconfig.cfa (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
libcfa/src/parseconfig.cfa
rb532fcf rd5cfc7e 55 55 // Should we just overwrite duplicate config entries? Having a hash map would make this much easier 56 56 in | value; 57 58 add_kv_pair( kv_pairs, key, value ); 59 57 60 if ( fail( in ) ) break; 58 61 in | nl; // ignore remainder of line  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.