forked from boostorg/type_traits
Updated copyright declarations
[SVN r9842]
This commit is contained in:
@ -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<Programming>:
|
||||
// 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.
|
||||
|
||||
//
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user