From 7a4bd0c9d121260bc099df37d7cfedaaaa3af951 Mon Sep 17 00:00:00 2001 From: "Kirk Shoop (MS OPEN TECH)" Date: Wed, 11 Dec 2013 15:12:34 -0800 Subject: [PATCH 1/3] intrusive changes for WinRT support --- include/boost/intrusive/detail/mpl.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/boost/intrusive/detail/mpl.hpp b/include/boost/intrusive/detail/mpl.hpp index 98cb3b3..741a863 100644 --- a/include/boost/intrusive/detail/mpl.hpp +++ b/include/boost/intrusive/detail/mpl.hpp @@ -1,7 +1,9 @@ ///////////////////////////////////////////////////////////////////////////// // // (C) Copyright Ion Gaztanaga 2006-2013 -// +// Copyright Steve Gates 2013. +// Copyright George Mileka 2013. +// Portions Copyright (c) Microsoft Open Technologies, Inc. // Distributed under 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) @@ -150,7 +152,7 @@ struct identity #define BOOST_INTRUSIVE_TT_DECL #endif -#if defined(_MSC_EXTENSIONS) && !defined(__BORLAND__) && !defined(_WIN64) && !defined(UNDER_CE) +#if defined(_MSC_EXTENSIONS) && !defined(__BORLAND__) && !defined(_WIN64) && !defined(_M_ARM) && !defined(UNDER_CE) #define BOOST_INTRUSIVE_TT_TEST_MSC_FUNC_SIGS #endif From ae6cede29d56c290dd10f3c3fbdb6fff10bd63f0 Mon Sep 17 00:00:00 2001 From: Steve Gates Date: Tue, 15 Apr 2014 17:19:26 -0700 Subject: [PATCH 2/3] Replacing MSOT copyright with Microsoft. --- include/boost/intrusive/detail/mpl.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/boost/intrusive/detail/mpl.hpp b/include/boost/intrusive/detail/mpl.hpp index 741a863..5e992c3 100644 --- a/include/boost/intrusive/detail/mpl.hpp +++ b/include/boost/intrusive/detail/mpl.hpp @@ -1,9 +1,7 @@ ///////////////////////////////////////////////////////////////////////////// // // (C) Copyright Ion Gaztanaga 2006-2013 -// Copyright Steve Gates 2013. -// Copyright George Mileka 2013. -// Portions Copyright (c) Microsoft Open Technologies, Inc. +// Copyright (c) Microsoft Corporation // Distributed under 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) From 650ecfa4c343cead3162916ba58cffe93159d244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sun, 11 May 2014 14:23:20 +0200 Subject: [PATCH 3/3] Tidied copyright notice --- include/boost/intrusive/detail/mpl.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/boost/intrusive/detail/mpl.hpp b/include/boost/intrusive/detail/mpl.hpp index 5e992c3..4db3125 100644 --- a/include/boost/intrusive/detail/mpl.hpp +++ b/include/boost/intrusive/detail/mpl.hpp @@ -1,7 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// // -// (C) Copyright Ion Gaztanaga 2006-2013 -// Copyright (c) Microsoft Corporation +// (C) Copyright Ion Gaztanaga 2006-2014 +// (C) Copyright Microsoft Corporation 2014 +// // Distributed under 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)