| 6ee8c794 | 30-Jan-2022 |
Jacob Faibussowitsch <jacob.fai@gmail.com> |
require C99 and C++11 in PETSc source files:
- Removed checks for inline (C/C++), and restrict (C). They are standard keywords since C99. - Removed PETSC_NOEXCEPT, PETSC_NOEXCEPT_ARG(), and PETSC_
require C99 and C++11 in PETSc source files:
- Removed checks for inline (C/C++), and restrict (C). They are standard keywords since C99. - Removed PETSC_NOEXCEPT, PETSC_NOEXCEPT_ARG(), and PETSC_CONSTPEXR. They are standard keywords since C++11. - Removed checks for PETSC_HAVE_CXX_DIALECT_CXX11 in device headers.
show more ...
|