We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb33e10 + 59c697f commit bef04d9Copy full SHA for bef04d9
ompi/mpi/cxx/mpicxx.h
@@ -42,7 +42,7 @@
42
43
#include <stdarg.h>
44
45
-#if OMPI_PROVIDE_MPI_FILE_INTERFACE && !defined(OMPI_IGNORE_CXX_SEEK) & OMPI_WANT_MPI_CXX_SEEK
+#if OMPI_PROVIDE_MPI_FILE_INTERFACE && !defined(OMPI_IGNORE_CXX_SEEK) && OMPI_WANT_MPI_CXX_SEEK
46
// We need to include the header files that define SEEK_* or use them
47
// in ways that require them to be #defines so that if the user
48
// includes them later, the double inclusion logic in the headers will
0 commit comments