Compile with C++0x support if possible
Since DUNE does this, it might a good idea to track the same ABI.
This commit is contained in:
parent
056bce2128
commit
6d2f7e1f7c
@ -5,6 +5,11 @@ dnl -*- autoconf -*-
|
|||||||
AC_DEFUN([OPM_CORE_CHECKS],
|
AC_DEFUN([OPM_CORE_CHECKS],
|
||||||
[
|
[
|
||||||
|
|
||||||
|
# Language features
|
||||||
|
GXX0X
|
||||||
|
STATIC_ASSERT_CHECK
|
||||||
|
NULLPTR_CHECK
|
||||||
|
|
||||||
# Checks for libraries.
|
# Checks for libraries.
|
||||||
|
|
||||||
# Bring in numerics support (standard library component)
|
# Bring in numerics support (standard library component)
|
||||||
|
Loading…
Reference in New Issue
Block a user