-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vector inputs to a task #124
Comments
@evaleev we don't support vectors of madness-serializable types? I though that was transitive |
So there is no need for load() and store() functions? |
@josephjohnjj I can't reproduce the issue ... could you please show the complete example? Here's what I can compile successfully:
|
|
Joseph, can you try with a compiler that is more recent? Do you have clang 11 or 12? |
if I add
then everything compiles on my Mac with clang (apple) and gcc 11. I suspect compiler bug. |
@josephjohnjj What is the status of this? Is it still failing with current master? |
I have a task that takes a std::vector<Octant_Aggregator_Data> as input
The class Octant_Aggregator_Data is as follows
but I get the error
Are there any problems with the load() and store() function here?
The text was updated successfully, but these errors were encountered: