Changeset 1e05e09 for libcfa/src
- Timestamp:
 - Aug 31, 2021, 1:49:10 AM (4 years ago)
 - Branches:
 - ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
 - Children:
 - c1dafea
 - Parents:
 - f789b82
 - git-author:
 - Jacob Prud'homme <jafprudhomme@…> (08/03/21 01:20:54)
 - git-committer:
 - Jacob Prud'homme <jafprudhomme@…> (08/31/21 01:49:10)
 - File:
 - 
      
- 1 edited
 
- 
          
  libcfa/src/parseconfig.cfa (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
libcfa/src/parseconfig.cfa
rf789b82 r1e05e09 69 69 KVPairs kv_pairs = { num_entries }; 70 70 71 ifstream in; 71 72 try { 72 ifstream in = { config_file }; // open the configuration file for input73 open( in, config_file ); // open the configuration file for input 73 74 74 75 while () { // parameter names can appear in any order  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.