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 34d0790 + 18525ce commit 3c1b33cCopy full SHA for 3c1b33c
ompi/mpi/cxx/mpicxx.h
@@ -44,7 +44,7 @@
44
45
#include <stdarg.h>
46
47
-#if !defined(OMPI_IGNORE_CXX_SEEK) & OMPI_WANT_MPI_CXX_SEEK
+#if !defined(OMPI_IGNORE_CXX_SEEK) && OMPI_WANT_MPI_CXX_SEEK
48
// We need to include the header files that define SEEK_* or use them
49
// in ways that require them to be #defines so that if the user
50
// includes them later, the double inclusion logic in the headers will
0 commit comments