Skip to content
Snippets Groups Projects
Commit 6d4d4389 authored by Benedikt Hegner's avatar Benedikt Hegner
Browse files

Add support for Handle const assignment from non const instances

Add support for copy assigning or constructing
`XYZHandle<const T>` from a `XYZHandle<T>`. 

Extended the test `MyGaudiAlg.py` test for this feature
and `ToolHandle<const T>` support in general.

Developed due to the discussion in gaudi/Gaudi!215

See merge request !226
parents 88e33f06 453ecaa8
No related branches found
No related tags found
Loading
Showing
with 365 additions and 63 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment