Exemplo n.º 1
0
Arquivo: Vec.cpp Projeto: 4sp1r3/ITS
Vec::Vec(const Vec2 &v) : data(v.Ref()), elts(v.Elts()) {
}