mirror of
https://github.com/boostorg/poly_collection.git
synced 2026-07-21 13:33:37 +00:00
changed lib acceptance status
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
# (Candidate) Boost PolyCollection library [](https://travis-ci.org/joaquintides/poly_collection)
|
||||
# Boost PolyCollection library [](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
@@ -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=../../../..
|
||||
;
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 6.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 8.3 KiB |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user