1
1

Merge pull request #6545 from bertwesarg/v4.0.x-fix-cpp-condition

Fix use of bitwise operation in CPP condition (v4.0.x)
Этот коммит содержится в:
Howard Pritchard 2019-04-05 07:58:09 -06:00 коммит произвёл GitHub
родитель 8261cdab06 7f65e5b720
Коммит 702199f39e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

Просмотреть файл

@ -44,7 +44,7 @@
#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
// in ways that require them to be #defines so that if the user
// includes them later, the double inclusion logic in the headers will