]> git.lyx.org Git - features.git/blobdiff - boost/boost/config/compiler/digitalmars.hpp
boost: add eol property
[features.git] / boost / boost / config / compiler / digitalmars.hpp
index 47b23beb1a47ae95c8acc307df01edae8cbf9b53..a01b4c28ec48231c517a132b8a409cba77d835d6 100644 (file)
@@ -1,93 +1,93 @@
-//  Copyright (C) Christof Meerwald 2003\r
-//  Copyright (C) Dan Watkins 2003\r
-//\r
-//  Use, modification and distribution are subject to the \r
-//  Boost Software License, Version 1.0. (See accompanying file \r
-//  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)\r
-\r
-//  Digital Mars C++ compiler setup:\r
-#define BOOST_COMPILER __DMC_VERSION_STRING__\r
-\r
-#define BOOST_HAS_LONG_LONG\r
-#define BOOST_HAS_PRAGMA_ONCE\r
-\r
-#if (__DMC__ <= 0x833)\r
-#define BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL\r
-#define BOOST_NO_TEMPLATE_TEMPLATES\r
-#define BOOST_NEEDS_TOKEN_PASTING_OP_FOR_TOKENS_JUXTAPOSING\r
-#define BOOST_NO_ARRAY_TYPE_SPECIALIZATIONS\r
-#define BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS\r
-#endif\r
-#if (__DMC__ <= 0x840) || !defined(BOOST_STRICT_CONFIG)\r
-#define BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS\r
-#define BOOST_NO_MEMBER_TEMPLATE_FRIENDS\r
-#define BOOST_NO_OPERATORS_IN_NAMESPACE\r
-#define BOOST_NO_UNREACHABLE_RETURN_DETECTION\r
-#define BOOST_NO_SFINAE\r
-#define BOOST_NO_USING_TEMPLATE\r
-#define BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL\r
-#endif\r
-\r
-//\r
-// has macros:\r
-#if (__DMC__ >= 0x840)\r
-#define BOOST_HAS_DIRENT_H\r
-#define BOOST_HAS_STDINT_H\r
-#define BOOST_HAS_WINTHREADS\r
-#endif\r
-\r
-#if (__DMC__ >= 0x847)\r
-#define BOOST_HAS_EXPM1\r
-#define BOOST_HAS_LOG1P\r
-#endif\r
-\r
-//\r
-// Is this really the best way to detect whether the std lib is in namespace std?\r
-//\r
-#include <cstddef>\r
-#if !defined(__STL_IMPORT_VENDOR_CSTD) && !defined(_STLP_IMPORT_VENDOR_CSTD)\r
-#  define BOOST_NO_STDC_NAMESPACE\r
-#endif\r
-\r
-\r
-// check for exception handling support:\r
-#ifndef _CPPUNWIND\r
-#  define BOOST_NO_EXCEPTIONS\r
-#endif\r
-\r
-//\r
-// C++0x features\r
-//\r
-#define BOOST_NO_AUTO_DECLARATIONS\r
-#define BOOST_NO_AUTO_MULTIDECLARATIONS\r
-#define BOOST_NO_CHAR16_T\r
-#define BOOST_NO_CHAR32_T\r
-#define BOOST_NO_CONCEPTS\r
-#define BOOST_NO_CONSTEXPR\r
-#define BOOST_NO_DECLTYPE\r
-#define BOOST_NO_DEFAULTED_FUNCTIONS\r
-#define BOOST_NO_DELETED_FUNCTIONS\r
-#define BOOST_NO_EXPLICIT_CONVERSION_OPERATORS\r
-#define BOOST_NO_EXTERN_TEMPLATE\r
-#define BOOST_NO_INITIALIZER_LISTS\r
-#define BOOST_NO_LAMBDAS\r
-#define BOOST_NO_NULLPTR\r
-#define BOOST_NO_RAW_LITERALS\r
-#define BOOST_NO_RVALUE_REFERENCES\r
-#define BOOST_NO_SCOPED_ENUMS\r
-#define BOOST_NO_SFINAE_EXPR\r
-#define BOOST_NO_STATIC_ASSERT\r
-#define BOOST_NO_TEMPLATE_ALIASES\r
-#define BOOST_NO_UNICODE_LITERALS\r
-#define BOOST_NO_VARIADIC_TEMPLATES\r
-\r
-#if __DMC__ < 0x800\r
-#error "Compiler not supported or configured - please reconfigure"\r
-#endif\r
-//\r
-// last known and checked version is ...:\r
-#if (__DMC__ > 0x848)\r
-#  if defined(BOOST_ASSERT_CONFIG)\r
-#     error "Unknown compiler version - please run the configure tests and report the results"\r
-#  endif\r
-#endif\r
+//  Copyright (C) Christof Meerwald 2003
+//  Copyright (C) Dan Watkins 2003
+//
+//  Use, modification and distribution are subject to the 
+//  Boost Software License, Version 1.0. (See accompanying file 
+//  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+
+//  Digital Mars C++ compiler setup:
+#define BOOST_COMPILER __DMC_VERSION_STRING__
+
+#define BOOST_HAS_LONG_LONG
+#define BOOST_HAS_PRAGMA_ONCE
+
+#if (__DMC__ <= 0x833)
+#define BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL
+#define BOOST_NO_TEMPLATE_TEMPLATES
+#define BOOST_NEEDS_TOKEN_PASTING_OP_FOR_TOKENS_JUXTAPOSING
+#define BOOST_NO_ARRAY_TYPE_SPECIALIZATIONS
+#define BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS
+#endif
+#if (__DMC__ <= 0x840) || !defined(BOOST_STRICT_CONFIG)
+#define BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS
+#define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
+#define BOOST_NO_OPERATORS_IN_NAMESPACE
+#define BOOST_NO_UNREACHABLE_RETURN_DETECTION
+#define BOOST_NO_SFINAE
+#define BOOST_NO_USING_TEMPLATE
+#define BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL
+#endif
+
+//
+// has macros:
+#if (__DMC__ >= 0x840)
+#define BOOST_HAS_DIRENT_H
+#define BOOST_HAS_STDINT_H
+#define BOOST_HAS_WINTHREADS
+#endif
+
+#if (__DMC__ >= 0x847)
+#define BOOST_HAS_EXPM1
+#define BOOST_HAS_LOG1P
+#endif
+
+//
+// Is this really the best way to detect whether the std lib is in namespace std?
+//
+#include <cstddef>
+#if !defined(__STL_IMPORT_VENDOR_CSTD) && !defined(_STLP_IMPORT_VENDOR_CSTD)
+#  define BOOST_NO_STDC_NAMESPACE
+#endif
+
+
+// check for exception handling support:
+#ifndef _CPPUNWIND
+#  define BOOST_NO_EXCEPTIONS
+#endif
+
+//
+// C++0x features
+//
+#define BOOST_NO_AUTO_DECLARATIONS
+#define BOOST_NO_AUTO_MULTIDECLARATIONS
+#define BOOST_NO_CHAR16_T
+#define BOOST_NO_CHAR32_T
+#define BOOST_NO_CONCEPTS
+#define BOOST_NO_CONSTEXPR
+#define BOOST_NO_DECLTYPE
+#define BOOST_NO_DEFAULTED_FUNCTIONS
+#define BOOST_NO_DELETED_FUNCTIONS
+#define BOOST_NO_EXPLICIT_CONVERSION_OPERATORS
+#define BOOST_NO_EXTERN_TEMPLATE
+#define BOOST_NO_INITIALIZER_LISTS
+#define BOOST_NO_LAMBDAS
+#define BOOST_NO_NULLPTR
+#define BOOST_NO_RAW_LITERALS
+#define BOOST_NO_RVALUE_REFERENCES
+#define BOOST_NO_SCOPED_ENUMS
+#define BOOST_NO_SFINAE_EXPR
+#define BOOST_NO_STATIC_ASSERT
+#define BOOST_NO_TEMPLATE_ALIASES
+#define BOOST_NO_UNICODE_LITERALS
+#define BOOST_NO_VARIADIC_TEMPLATES
+
+#if __DMC__ < 0x800
+#error "Compiler not supported or configured - please reconfigure"
+#endif
+//
+// last known and checked version is ...:
+#if (__DMC__ > 0x848)
+#  if defined(BOOST_ASSERT_CONFIG)
+#     error "Unknown compiler version - please run the configure tests and report the results"
+#  endif
+#endif