You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Missing
#include <functional>
in source/adios2/toolkit/derived/Expression.cppUbuntu 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.
The text was updated successfully, but these errors were encountered: