Ignore:
File:
1 edited

Legend:

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

    r5454d77 rfd54fef  
    283283        return os | '<' | x | ',' | y | '>';
    284284    }
    285         OSTYPE_VOID_IMPL( vec2(T) )
     285    void ?|?(ostype & os, vec2(T) v ) with (v) {
     286        (ostype &)(os | v); ends(os);
     287    }
    286288}
Note: See TracChangeset for help on using the changeset viewer.