This commit is contained in:
joaquintides
2017-06-01 00:36:36 +02:00
parent 7c35b45a7c
commit 0db15df3ab
+3 -3
View File
@@ -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];