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 7a99918 + c8da75c commit 046898aCopy full SHA for 046898a
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