mirror of
https://github.com/boostorg/poly_collection.git
synced 2026-07-21 13:33:37 +00:00
typos
This commit is contained in:
@@ -642,9 +642,9 @@ Besides the usual exceptions like
|
||||
[@http://en.cppreference.com/w/cpp/memory/new/bad_alloc `std::bad_alloc`] and
|
||||
those generated by user-provided types, polymorphic collections can throw the following:
|
||||
|
||||
* `std::poly_collection::unregistered_type`
|
||||
* `std::poly_collection::not_copy_constructible`
|
||||
* `std::poly_collection::not_equality_comparable`
|
||||
* `boost::poly_collection::unregistered_type`
|
||||
* `boost::poly_collection::not_copy_constructible`
|
||||
* `boost::poly_collection::not_equality_comparable`
|
||||
|
||||
The situations in which the first is raised have been
|
||||
[link poly_collection.tutorial.deeper_into_the_segmented_nature.type_registration already discussed];
|
||||
|
||||
Reference in New Issue
Block a user