Changeset 1e05e09 for libcfa/src


Ignore:
Timestamp:
Aug 31, 2021, 1:49:10 AM (3 years ago)
Author:
Jacob Prud'homme <jafprudhomme@…>
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)
Message:

Reverted to using long form of opening file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/parseconfig.cfa

    rf789b82 r1e05e09  
    6969        KVPairs kv_pairs = { num_entries };
    7070
     71        ifstream in;
    7172        try {
    72                 ifstream in = { config_file };                                  // open the configuration file for input
     73                open( in, config_file );                                        // open the configuration file for input
    7374
    7475                while () {                                                                              // parameter names can appear in any order
Note: See TracChangeset for help on using the changeset viewer.