diff --git a/doc/comp_all.sh b/doc/comp_all.sh index f609839..4904b5c 100644 --- a/doc/comp_all.sh +++ b/doc/comp_all.sh @@ -33,5 +33,6 @@ sh comp_ptr_multimap.sh sh comp_ptr_set.sh sh comp_ptr_multiset.sh sh comp_indirect_fun.sh +sh comp_compatible_smart_ptr.sh diff --git a/doc/comp_compatible_smart_ptr.sh b/doc/comp_compatible_smart_ptr.sh new file mode 100644 index 0000000..76012f9 --- /dev/null +++ b/doc/comp_compatible_smart_ptr.sh @@ -0,0 +1,13 @@ +#// +#// Boost.Pointer Container +#// +#// Copyright Thorsten Ottosen 2003-2005. Use, modification and +#// distribution is subject to 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) +#// +#// For more information, see http://www.boost.org/libs/ptr_container/ +#// + +rst2html.py compatible_smart_ptr.rst > compatible_smart_ptr.html + diff --git a/doc/compatible_smart_ptr.html b/doc/compatible_smart_ptr.html index c46d8f0..e6a9be3 100644 Binary files a/doc/compatible_smart_ptr.html and b/doc/compatible_smart_ptr.html differ diff --git a/doc/compatible_smart_ptr.rst b/doc/compatible_smart_ptr.rst index 30f5657..c992a48 100644 --- a/doc/compatible_smart_ptr.rst +++ b/doc/compatible_smart_ptr.rst @@ -10,7 +10,7 @@ Compatible Smart Pointer Type The interface reference for this library makes use of the pseudo-type .. parsed-literal:: - *compatible-smart-ptr* + *compatible-smart-ptr*\ to indicate that either ``std::auto_ptr`` or ``std::unique_ptr`` is being used depending on the compiler C++ standard. @@ -39,7 +39,7 @@ Boost.Pointer Container provides function overloads which use ``std::unique_ptr`` instead. Thus, all mentions of .. parsed-literal:: - *compatible-smart-ptr* + *compatible-smart-ptr*\ shall be understood to mean that `Boost.Config <../../config/index.html>`_ has been used as outlined above to provide