mirror of https://github.com/CGAL/cgal
Add the macro CGAL_CFG_NO_CPP0X_UNIFIED_INITIALIZATION_SYNTAX
This commit is contained in:
parent
fb4eb1dbde
commit
feceb5a028
|
|
@ -118,6 +118,9 @@
|
|||
#if !defined(__GNUC__)
|
||||
#define CGAL_CFG_NO_STATEMENT_EXPRESSIONS 1
|
||||
#endif
|
||||
#if defined(BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX) || (BOOST_VERSION < 104700)
|
||||
#define CGAL_CFG_NO_CPP0X_UNIFIED_INITIALIZATION_SYNTAX
|
||||
#endif
|
||||
#if __cplusplus < 201103L && !(_MSC_VER >= 1600)
|
||||
#define CGAL_CFG_NO_CPP0X_COPY_N 1
|
||||
#define CGAL_CFG_NO_CPP0X_NEXT_PREV 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue