Changeset bc48c0d


Ignore:
Timestamp:
Jul 2, 2024, 2:37:16 PM (2 days ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
062467b
Parents:
c40a982
Message:

fix enumeration input to use reference type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/enum.hfa

    rc40a982 rbc48c0d  
    2525
    2626forall( istype & | istream( istype ), E, V | CfaEnum( E, V ) )
    27 istype & ?|?( istype &, E );
     27istype & ?|?( istype &, E & );
    2828
    2929forall( ostype & | ostream( ostype ), E, V | CfaEnum( E, V ) ) {
Note: See TracChangeset for help on using the changeset viewer.