[hpx-users] static assertion failed

2020-01-19 Thread Karol Niedzielewski
Hi all, I have issue with serialization of my structure. Structure is following: struct point {   float ig;   std::size_t set; }; When I am building my project I get errors typed below. I do not know how to fix this. Best, Karol

Re: [hpx-users] static assertion failed

2020-01-19 Thread Hartmut Kaiser
> I have issue with serialization of my structure. Structure is following: > > struct point { >float ig; >std::size_t set; > }; > > When I am building my project I get errors typed below. I do not know how > to fix this. When compiling with -std=c++17 this should compile without change.