Skip to content
Snippets Groups Projects

Fix template ambiguities in aron_conversions

Merged Patrick Dormanns requested to merge fix/aron-conversions-template-ambiguities into master

Fixes template ambiguities in libraries/aron/core/aron_conversions.h:

Before, e.g.

template <class T>
void toAron(T& dto, const T& bo)

and

template <class DtoT, class BoT>
void toAron(std::optional<DtoT>& dto, const std::optional<BoT>& bo)

were both applicable to toAron(std::optional<T>, std::optional<T>) which led to compile errors.

Needed for Implement 'PointAt'-skill (sw/armarx/skills/control!53 - merged)

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
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading