Ignore:
File:
1 edited

Legend:

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

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