F2I-Consulting / fesapi

DevKit for ENERGISTICS™ data standards (mainly RESQML™), multi-languages (C++, Java, C#, Python)
Apache License 2.0
32 stars 24 forks source link

compilation issue #334

Closed untereiner closed 6 months ago

untereiner commented 7 months ago

What are the steps to reproduce this issue?

Compile with mpic++

What does happen?

example/exampleMPI.cpp:103:39: error: aggregate ‘std::array<double, 4> values’ has incomplete type and cannot be defined
  103 |                 std::array<double, 4> values;
      |

What were you expecting to happen?

exampleMPI.cpp should #include <array>

Any logs, error output, etc?

(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)

Any other comments?

What versions of fesapi are you using?

philippeVerney commented 7 months ago

Agreed. Thanks