diff --git a/doc/unordered/compliance.adoc b/doc/unordered/compliance.adoc index cfe26f84..bc53e36e 100644 --- a/doc/unordered/compliance.adoc +++ b/doc/unordered/compliance.adoc @@ -143,3 +143,5 @@ The main differences with C++ unordered associative containers are: ** `value_type` must be move-constructible. ** Pointer stability is not kept under rehashing. ** There is no API for node extraction/insertion. + +//-