Skip to content

Commit 34e7df6

Browse files
authored
Fix operationAsString Export (#1309)
The `operationAsString` function is used in the ADIOS1 backend, which does symbol hiding to wrap ADIOS1's MPI mock library. Thus, we need to export this symbol once we wrap ADIOS1.
1 parent 4cf4064 commit 34e7df6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/openPMD/IO/IOTask.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ namespace internal
6767
* The returned strings are compile-time constants, so no worries about
6868
* pointer validity.
6969
*/
70-
std::string operationAsString(Operation);
70+
OPENPMDAPI_EXPORT std::string operationAsString(Operation);
7171
} // namespace internal
7272

7373
struct OPENPMDAPI_EXPORT AbstractParameter

0 commit comments

Comments
 (0)