From b03f2286a8ff16e97716d8b2c3fb46b489980d95 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 3 Aug 2016 11:56:03 +0200 Subject: Reorganize config files Split config.h inclusion and C++11 tests. Move VC C++11 to config.hxx. --- odb/details/config-vc.h | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'odb/details/config-vc.h') diff --git a/odb/details/config-vc.h b/odb/details/config-vc.h index c187fe5..3aced8f 100644 --- a/odb/details/config-vc.h +++ b/odb/details/config-vc.h @@ -11,24 +11,4 @@ #define ODB_THREADS_WIN32 #define ODB_THREADS_TLS_DECLSPEC -/* VC++10 and later have C++11 always enabled. - */ -#if _MSC_VER >= 1600 -# define ODB_CXX11 -# define ODB_CXX11_NULLPTR -# if _MSC_VER >= 1700 -# define ODB_CXX11_ENUM -# if _MSC_VER >= 1800 -# define ODB_CXX11_DELETED_FUNCTION -# define ODB_CXX11_EXPLICIT_CONVERSION_OPERATOR -# define ODB_CXX11_FUNCTION_TEMPLATE_DEFAULT_ARGUMENT -# define ODB_CXX11_VARIADIC_TEMPLATE -# define ODB_CXX11_INITIALIZER_LIST -# if _MSC_VER >= 1900 -# define ODB_CXX11_NOEXCEPT -# endif -# endif -# endif -#endif - #endif /* ODB_DETAILS_CONFIG_VC_H */ -- cgit v1.1