forked from boostorg/type_traits
Fixed copyright in conversion_traits.hpp, updated acknowledgements in docs
[SVN r9859]
This commit is contained in:
@ -12,17 +12,6 @@
|
||||
// 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
|
||||
@ -234,3 +223,4 @@ struct is_convertible<void, void>
|
||||
} // namespace boost
|
||||
|
||||
#endif // include guard
|
||||
|
||||
|
26
index.htm
26
index.htm
@ -1248,17 +1248,27 @@ inline void destroy_array(T* p1, T* p2)
|
||||
|
||||
<hr>
|
||||
|
||||
<p>Revised 01 Feb 2001</p>
|
||||
<p>Revised 22 April 2001</p>
|
||||
|
||||
<p><EFBFBD> Copyright John Maddock 2001. Permission to copy, use,
|
||||
modify, sell and distribute this document is granted provided
|
||||
this copyright notice appears in all copies. This document is
|
||||
provided "as is" without express or implied warranty,
|
||||
and with no claim as to its suitability for any purpose.</p>
|
||||
<p>Documentation <EFBFBD> Copyright John Maddock 2001. Permission to
|
||||
copy, use, modify, sell and distribute this document is granted
|
||||
provided this copyright notice appears in all copies. This
|
||||
document is provided "as is" without express or implied
|
||||
warranty, and with no claim as to its suitability for any purpose.</p>
|
||||
|
||||
<p>The type traits library is based on contributions by Steve
|
||||
Cleary, Beman Dawes, Aleksey Gurtovoy, Howard Hinnant, John
|
||||
Maddock and Jeremy Siek.</p>
|
||||
Cleary, Beman Dawes, Aleksey Gurtovoy, Howard Hinnant, Jesse
|
||||
Jones, Mat Marcus, John Maddock and Jeremy Siek.</p>
|
||||
|
||||
<p>Mat Marcus and Jesse Jones have worked on, and published a <a
|
||||
href="http://opensource.adobe.com/project4/project.shtml">paper</a>
|
||||
describing the partial specialisation workarounds used in this
|
||||
library.</p>
|
||||
|
||||
<p>The is_convertible template is based on code originally
|
||||
devised by Andrei Alexandrescu, see "<a
|
||||
href="http://www.cuj.com/experts/1810/alexandr.htm?topic=experts">Generic<Programming>:
|
||||
Mappings between Types and Values</a>".</p>
|
||||
|
||||
<p>Maintained by <a href="../../../../people/john_maddock.htm">John
|
||||
Maddock</a>, the latest version of this file can be found at <a
|
||||
|
Reference in New Issue
Block a user