tmp
This commit is contained in:
parent
afab59eb21
commit
69a17a609e
71 changed files with 199 additions and 282 deletions
|
|
@ -16,7 +16,7 @@ namespace tp {
|
|||
inline Type& set(ualni i, TypeArg arg) { return mBuff[i] = arg; }
|
||||
|
||||
public:
|
||||
Vec() { MODULE_SANITY_CHECK(gModuleMath) }
|
||||
Vec() = default;
|
||||
|
||||
explicit Vec(TypeArg val) { assign(val); }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue