> I think I’ve found a workaround.
> 
> If I use a typedef as following:
> 
> typedef std::vector<char> vec_char;
> 
> HPX_REGISTER_CHANNEL(vec_char);
> 
> It works, but if I try to use directly:
> HPX_REGISTER_CHANNEL(std::vector<char>)
> 
> this gives me the error I reported before.
> The issue might be in the expansion of the macro HPX_REGISTER_CHANNEL.

Yes, that confirms my suspicion. I will have a looks what's going on.

Thanks!
Regards Hartmut
---------------
http://boost-spirit.com
http://stellar.cct.lsu.edu


> 
> Steve
> 
> 
> 
> 
> On 10 Oct 2017, at 18:38, Steve Petruzza <spetru...@sci.utah.edu> wrote:
> 
> Sorry, regarding the version that I am using it is the commit of your
> split_future for vector:
> 
>     Adding split_future for std::vector
> 
>     - this fixes #2940
> 
> commit 8ecf8197f9fc9d1cd45a7f9ee61a7be07ba26f46
> 
> Steve
> 
> 
> 
> On 10 Oct 2017, at 18:33, Steve Petruzza <spetru...@sci.utah.edu> wrote:
> 
> hpx::find_here()
> 


_______________________________________________
hpx-users mailing list
hpx-users@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-users

Reply via email to