Ignore:
Timestamp:
Aug 2, 2024, 9:08:58 AM (38 hours ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
4db0140
Parents:
c141c09
Message:

add stream parameter to OSTYPE_VOID_IMPL macro and update all macro calls

File:
1 edited

Legend:

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

    rc141c09 rb12e4ad  
    287287        return os | '<' | x | ',' | y | ',' | z | ',' | w | '>';
    288288    }
    289         OSTYPE_VOID_IMPL( vec4(T) )
     289        OSTYPE_VOID_IMPL( os, vec4(T) )
    290290}
    291291
Note: See TracChangeset for help on using the changeset viewer.