- Timestamp:
- Aug 31, 2021, 1:49:10 AM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
- Children:
- ecfa760
- Parents:
- 0cfa768
- git-author:
- Jacob Prud'homme <jafprudhomme@…> (08/03/21 00:21:39)
- git-committer:
- Jacob Prud'homme <jafprudhomme@…> (08/31/21 01:49:10)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/parseconfig.cfa
r0cfa768 r09fda91 115 115 KVPairs kv_pairs = { num_entries }; 116 116 117 ifstream in;118 117 try { 119 open( in, config_file );// open the configuration file for input118 ifstream in = { config_file }; // open the configuration file for input 120 119 121 120 while () {
Note: See TracChangeset
for help on using the changeset viewer.