Fix use of bitwise operation in CPP condition
Signed-off-by: Bert Wesarg <bert.wesarg@tu-dresden.de> (cherry picked from commit 18525ce39be78ea695ce51c64a6eb443a2dbd899)
Этот коммит содержится в:
родитель
9a1b6cfc79
Коммит
7f65e5b720
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
#if !defined(OMPI_IGNORE_CXX_SEEK) & OMPI_WANT_MPI_CXX_SEEK
|
#if !defined(OMPI_IGNORE_CXX_SEEK) && OMPI_WANT_MPI_CXX_SEEK
|
||||||
// We need to include the header files that define SEEK_* or use them
|
// We need to include the header files that define SEEK_* or use them
|
||||||
// in ways that require them to be #defines so that if the user
|
// in ways that require them to be #defines so that if the user
|
||||||
// includes them later, the double inclusion logic in the headers will
|
// includes them later, the double inclusion logic in the headers will
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user