Skip to content
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

Compiling Expression.cpp fails with 2.10.2 on ubuntu 20.4 #4384

Open
pnorbert opened this issue Oct 28, 2024 · 1 comment
Open

Compiling Expression.cpp fails with 2.10.2 on ubuntu 20.4 #4384

pnorbert opened this issue Oct 28, 2024 · 1 comment
Assignees
Labels
area: build Build issues

Comments

@pnorbert
Copy link
Contributor

Missing #include <functional> in source/adios2/toolkit/derived/Expression.cpp

Ubuntu 20.04.6 LTS
g++ (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

release_210 branch

source/adios2/toolkit/derived/Expression.cpp:117:10: error: ‘function’ in namespace ‘std’ does not name a template type
117 | std::function<DerivedData(std::vector, DataType)> ComputeFct;

The necessary include is in the master branch.

@vicentebolea
Copy link
Collaborator

We missed backporting #4209 to release_210.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: build Build issues
Projects
None yet
Development

No branches or pull requests

4 participants