Changeset c2016b6


Ignore:
Timestamp:
Aug 31, 2021, 1:49:09 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:
3c124da
Parents:
2c2d32b
git-author:
Jacob Prud'homme <jafprudhomme@…> (06/22/21 12:15:24)
git-committer:
Jacob Prud'homme <jafprudhomme@…> (08/31/21 01:49:09)
Message:

Declared ifstream before try block

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/parseconfig.cfa

    r2c2d32b rc2016b6  
    3636        unsigned int cnt, posn, numOfParm = 0;
    3737
     38                ifstream in;
    3839        try {
    39                 ifstream in;
    40 
    4140                open( in, configFile );                                                 // open the configuration file for input
    4241
Note: See TracChangeset for help on using the changeset viewer.