Ignore:
Timestamp:
Jul 10, 2024, 3:39:37 AM (18 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
725f777f
Parents:
bb336a6 (diff), f3811df (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/parseargs.hfa

    rbb336a6 rdbff8ec  
    1010// Author           : Thierry Delisle
    1111// Created On       : Wed Oct 12 15:28:01 2022
    12 // Last Modified By :
    13 // Last Modified On :
    14 // Update Count     :
     12// Last Modified By : Peter A. Buhr
     13// Last Modified On : Mon Jul  8 18:18:14 2024
     14// Update Count     : 2
    1515//
    1616#pragma once
     
    3131static inline void ?{}( cfa_option & this ) {}
    3232
    33 forall(T & | { bool parse(const char *, T & ); })
     33forall(T & | { bool parse( const char *, T & ); })
    3434static inline void ?{}( cfa_option & this, char short_name, const char * long_name, const char * help, T & variable ) {
    3535        this.val        = 0;
Note: See TracChangeset for help on using the changeset viewer.