Ignore:
Timestamp:
Jul 8, 2024, 8:35:08 PM (5 weeks ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
c015e2d
Parents:
061b001
Message:

formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/parseargs.hfa

    r061b001 ra4e1b09  
    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.