changed lib acceptance status

This commit is contained in:
joaquintides
2017-05-31 18:12:38 +02:00
parent 99a6b13297
commit f5beb1ecd7
5 changed files with 7 additions and 10 deletions
+3 -5
View File
@@ -1,9 +1,7 @@
# (Candidate) Boost PolyCollection library [![Build Status](https://travis-ci.org/joaquintides/poly_collection.svg?branch=master)](https://travis-ci.org/joaquintides/poly_collection)
# Boost PolyCollection library [![Build Status](https://travis-ci.org/joaquintides/poly_collection.svg?branch=master)](https://travis-ci.org/joaquintides/poly_collection)
**Warning:** Currently, Boost.PolyCollection is **not** part of the Boost
libraries: its naming and structure conform to the requirements of Boost as
the intention is to eventually submit it for formal review and acceptance
into the project.
**Warning:** Boost.PolyCollection has been accepted into Boost but
it is yet to be released as part of an official Boost distribution.
**Boost.PolyCollection**: fast containers of polymorphic objects.
+1 -1
View File
@@ -41,7 +41,7 @@ boostbook standalone
: poly_collection
:
<xsl:param>boost.defaults=Boost
<xsl:param>boost.image.src=img/proposed_for_boost.png
<xsl:param>boost.image.src=img/boost.png
<xsl:param>boost.root=http://www.boost.org/doc/libs/release
#<xsl:param>boost.root=../../../..
;
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

+3 -4
View File
@@ -1,7 +1,7 @@
[library Boost.PolyCollection
[quickbook 1.6]
[authors [López Muñoz, Joaquín M]]
[copyright 2016 Joaquín M López Muñoz]
[copyright 2016-2017 Joaquín M López Muñoz]
[category containers]
[id poly_collection]
[dirname poly_collection]
@@ -29,9 +29,8 @@
[section Introduction]
[warning Currently, Boost.PolyCollection is *not* part of the Boost libraries:
its naming and structure conform to the requirements of Boost as the intention
is to eventually submit it for formal review and acceptance into the project.]
[warning Boost.PolyCollection has been accepted into Boost but
it is yet to be released as part of an official Boost distribution.]
Dynamic polymorphism in C++ requires that objects (such as instances
of classes derived from an abstract base) be accessed through an indirection pointer