Ignore:
Timestamp:
Jul 18, 2023, 12:22:32 PM (12 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
c635047, db94b5d
Parents:
94d2544
Message:

update types to use new void-creation stream macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/vec/vec3.hfa

    r94d2544 r5454d77  
    292292        return os | '<' | x | ',' | y | ',' | z | '>';
    293293    }
    294     void ?|?(ostype & os, vec3(T) v ) with (v) {
    295         (ostype &)(os | v); ends(os);
    296     }
     294        OSTYPE_VOID_IMPL( vec3(T) )
    297295}
Note: See TracChangeset for help on using the changeset viewer.