Skip to content
Snippets Groups Projects

WIP: Add polymorphic arrays

Closed Kenneth Moreland requested to merge kmorel/vtk-m:array-handle-virtual into master

The idea of using template meta programming to iterate over every possible array type that can be encountered is leading to significant compile issues. We are relaxing our constraints a bit to allow accessing array values through virtual methods. That way, different implementations can work together without having to compile a special case for every combination.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading