diff --git a/shared_array.htm b/shared_array.htm index eebafdc..89d9339 100644 --- a/shared_array.htm +++ b/shared_array.htm @@ -23,7 +23,7 @@ shared_array works by default for Standard Library's Associative Container Compare template parameter. For compilers not supporting partial specialization, the user must explicitly pass the less<> functor.
Class shared_array cannot correctly hold a pointer to a -single object. See shared_array +single object. See shared_ptr for that usage.
Class shared_array will not work correctly with cyclic data structures. For example, if main() holds a shared_array pointing to array A,