>
> >From looking at your minimal testcase, you don't supply a sequence number
> (It's the last argument for register_with_basename:
> https://github.com/STEllAR-GROUP/hpx/blob/master/hpx/hpx_fwd.hpp#L1133).
> That means that you more or less overwrite the registration of A with B,
> and B
> with C. In the end, there is only one component registered. That's the
> reason
> why you only successfully get the first element
>

It looks like that's the issue. Supplying sequence numbers makes it work.
The registered component doesn't get overridden though, reading the first
entry of the vector yields the first component registered, not the last.
_______________________________________________
hpx-users mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-users

Reply via email to