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:
f62e741
Parents:
57dff2f
git-author:
Jacob Prud'homme <jafprudhomme@…> (08/06/21 00:56:45)
git-committer:
Jacob Prud'homme <jafprudhomme@…> (08/31/21 01:49:10)
Message:

Used more modern built-in EHM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/parseconfig.hfa

    r57dff2f rd322f62  
    5656
    5757
    58 EHM_EXCEPTION(Validation_Failure)(
     58exception Validation_Failure {
    5959        const char * key;
    6060        void * variable;
    61 );
     61};
    6262
    6363void ?{}( Validation_Failure & this, config_entry & entry );
Note: See TracChangeset for help on using the changeset viewer.