Changeset c2d728c


Ignore:
Timestamp:
Sep 28, 2023, 10:03:24 PM (7 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
5f917740
Parents:
ca20b07
Message:

add using namespace std to cfa.cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • driver/cfa.cc

    rca20b07 rc2d728c  
    1010// Created On       : Tue Aug 20 13:44:49 2002
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Aug 30 21:48:48 2023
    13 // Update Count     : 480
     12// Last Modified On : Thu Sep 28 21:53:54 2023
     13// Update Count     : 484
    1414//
    1515
     
    2020#include <string>                                                                               // STL version
    2121#include <algorithm>                                                                    // find
     22using namespace std;
    2223
    2324#include <unistd.h>                                                                             // execvp
     
    2728#include "Common/SemanticError.h"
    2829#include "config.h"                                                                             // configure info
    29 
    30 using std::cerr;
    31 using std::endl;
    32 using std::string;
    33 using std::to_string;
    3430
    3531//#define __DEBUG_H__
Note: See TracChangeset for help on using the changeset viewer.