From 596e7a94f18c0740680c9309a916caa9ff47991b Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 21 Apr 2001 12:05:19 +0000 Subject: [PATCH] Updated copyright declarations [SVN r9842] --- include/boost/type_traits/composite_traits.hpp | 7 ++++--- include/boost/type_traits/conversion_traits.hpp | 12 ++++++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/include/boost/type_traits/composite_traits.hpp b/include/boost/type_traits/composite_traits.hpp index 3672cd9..b3df300 100644 --- a/include/boost/type_traits/composite_traits.hpp +++ b/include/boost/type_traits/composite_traits.hpp @@ -9,12 +9,13 @@ // defines traits classes for composite types: // is_array, is_pointer, is_reference, is_member_pointer, is_enum, is_union. // +// Fixed is_pointer, is_reference, is_const, is_volatile, is_same, +// is_member_pointer based on the Simulated Partial Specialization work +// of Mat Marcus and Jesse Jones. See http://opensource.adobe.com or +// http://groups.yahoo.com/group/boost/message/5441 // Some workarounds in here use ideas suggested from "Generic: // Mappings between Types and Values" // by Andrei Alexandrescu (see http://www.cuj.com/experts/1810/alexandr.html). -// Mat Marcus and Jesse Jones posted a version of is_pointer very similar to this one -// on the boost list (Copyright 2000 Adobe Systems Incorporated and others. -// All rights reserved.). // Fixes for is_array are based on a newgroup posting by Jonathan Lundquist. // diff --git a/include/boost/type_traits/conversion_traits.hpp b/include/boost/type_traits/conversion_traits.hpp index e2b0601..01a869a 100644 --- a/include/boost/type_traits/conversion_traits.hpp +++ b/include/boost/type_traits/conversion_traits.hpp @@ -11,6 +11,18 @@ // // This software is provided "as is" without express or implied warranty, // and with no claim as to its suitability for any purpose. +// +// +// Partial copyright for partial specialization workarounds +// +// based on work in PartialSpecialization.cpp +// Authors: Mat Marcus and Jesse Jones +// Copyright 2000 Adobe Systems Incorporated and others. All rights reserved. +// The original version of PartialSpecialization.cpp may be found at +// http://opensource.adobe.com. +// The contents of PartialSpecialization.cpp are subject to the Adobe Open Source +// License Version 1.0. +// #ifndef BOOST_CONVERSION_TYPE_TRAITS_HPP #define BOOST_CONVERSION_TYPE_TRAITS_HPP