From cfffd3b6b3b203d817ec9d0a49334aaf2202d46f Mon Sep 17 00:00:00 2001 From: Minmin Gong Date: Thu, 1 Jun 2017 00:12:42 -0700 Subject: [PATCH 1/2] Adds support for MSVC ARM64 target. --- include/boost/move/detail/unique_ptr_meta_utils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/move/detail/unique_ptr_meta_utils.hpp b/include/boost/move/detail/unique_ptr_meta_utils.hpp index ac270a8..e11124d 100644 --- a/include/boost/move/detail/unique_ptr_meta_utils.hpp +++ b/include/boost/move/detail/unique_ptr_meta_utils.hpp @@ -446,7 +446,7 @@ class is_convertible #define BOOST_MOVE_TT_DECL #endif -#if defined(_MSC_EXTENSIONS) && !defined(__BORLAND__) && !defined(_WIN64) && !defined(_M_ARM) && !defined(UNDER_CE) +#if defined(_MSC_EXTENSIONS) && !defined(__BORLAND__) && !defined(_WIN64) && !defined(_M_ARM) && !defined(_M_ARM64) && !defined(UNDER_CE) #define BOOST_MOVE_TT_TEST_MSC_FUNC_SIGS #endif From 1de24de66c3fd711bc9b6473cf5ac4e9bd603f0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Thu, 8 Jun 2017 14:19:26 +0200 Subject: [PATCH 2/2] Git Pull #12 --- doc/move.qbk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/move.qbk b/doc/move.qbk index fb96e61..343d961 100644 --- a/doc/move.qbk +++ b/doc/move.qbk @@ -791,7 +791,8 @@ Many thanks to all boosters that have tested, reviewed and improved the library. [section:release_notes_boost_1_65 Boost 1.65 Release] * Fixed bug: - * [@https://github.com/boostorg/move/pull/11 Git Pull #11: ['"replace 'std::random_shuffle' by '::random_shuffle'"]], + * [@https://github.com/boostorg/move/pull/11 Git Pull #11: ['"replace 'std::random_shuffle' by '::random_shuffle'"]]. + * [@https://github.com/boostorg/move/pull/12 Git Pull #12: ['"Adds support for MSVC ARM64 target'"]]. [endsect]