Changeset db94b5d for libcfa/src/vec/vec2.hfa
- Timestamp:
- Jul 18, 2023, 1:25:21 PM (22 months ago)
- Branches:
- master
- Children:
- da6db1a2
- Parents:
- c44705c (diff), 5454d77 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified libcfa/src/vec/vec2.hfa ¶
rc44705c rdb94b5d 283 283 return os | '<' | x | ',' | y | '>'; 284 284 } 285 void ?|?(ostype & os, vec2(T) v ) with (v) { 286 (ostype &)(os | v); ends(os); 287 } 285 OSTYPE_VOID_IMPL( vec2(T) ) 288 286 }
Note: See TracChangeset
for help on using the changeset viewer.