Ignore:
File:
1 edited

Legend:

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

    r5454d77 rfd54fef  
    287287        return os | '<' | x | ',' | y | ',' | z | ',' | w | '>';
    288288    }
    289         OSTYPE_VOID_IMPL( vec4(T) )
     289    void ?|?(ostype & os, vec4(T) v ) with (v) {
     290        (ostype &)(os | v); ends(os);
     291    }
    290292}
    291293
Note: See TracChangeset for help on using the changeset viewer.