Changeset 7882c58
- Timestamp:
 - Jul 27, 2023, 10:37:42 AM (2 years ago)
 - Branches:
 - master
 - Children:
 - 33e9b87
 - Parents:
 - 6a4dae6
 - Location:
 - libcfa/src
 - Files:
 - 
      
- 2 edited
 
- 
          
  containers/array.hfa (modified) (1 diff)
 - 
          
  vec/vec.hfa (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
libcfa/src/containers/array.hfa
r6a4dae6 r7882c58 247 247 248 248 // desired: 249 // trait ar(A &, Tv &, [N]) { 249 // forall(A &, Tv &, [N]) 250 // trait ar { 250 251 // Tv& ?[?]( A&, zero_t ); 251 252 // Tv& ?[?]( A&, one_t );  - 
      
libcfa/src/vec/vec.hfa
r6a4dae6 r7882c58 79 79 } 80 80 81 trait dottable(V, T) { 81 forall(V, T) 82 trait dottable { 82 83 T dot(V, V); 83 84 };  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.