Relax the SourceLink req. to copy constructible
Previously, the SourceLinkConcept
required that the type was
is_trivially_copyable
(i.e. a type can be copied by memcpy
). This
makes the frameworks SimIdentifier fail the concept requirements,
because it's not. This changes the requirement to simply say
is_copy_construcible
, a much less stringent criterion.
Merge request reports
Activity
changed milestone to %0.10.03
added Improvement label
mentioned in merge request acts-framework!138 (merged)
added 5 commits
-
116b8f3d...0b5307b2 - 3 commits from branch
master
- 231e5db7 - Relax the SourceLink req. to copy constructible
- d4aac8d6 - Change static assertion message
-
116b8f3d...0b5307b2 - 3 commits from branch
enabled an automatic merge when the pipeline for d4aac8d6 succeeds
mentioned in commit 5daa7956
mentioned in merge request atlas/atlasexternals!547 (merged)
mentioned in merge request atlas/athena!26660 (merged)