Changeset 8f06277 for src/Common/Eval.cc


Ignore:
Timestamp:
Feb 17, 2023, 3:40:15 PM (20 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master
Children:
56bb2e1
Parents:
14f6a3cb
Message:

Some clean-up in Common/utility.h. Deleted some unused declarations and moved others to one of two new headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/Eval.cc

    r14f6a3cb r8f06277  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // utility.h --
     7// Eval.cc -- Evaluate parts of the ast at compile time.
    88//
    99// Author           : Richard C. Bilson
     
    1313// Update Count     : 119
    1414//
     15
     16#include "Eval.h"
    1517
    1618#include <utility> // for pair
Note: See TracChangeset for help on using the changeset viewer.