From 08963d6826997261682320971be1a6c3ca93f8c3 Mon Sep 17 00:00:00 2001 From: gatopeich Date: Tue, 23 Jun 2020 15:48:02 +0100 Subject: [PATCH] Revert types.md --- doc/mkdocs/docs/features/types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mkdocs/docs/features/types.md b/doc/mkdocs/docs/features/types.md index 7754bbca..211595e5 100644 --- a/doc/mkdocs/docs/features/types.md +++ b/doc/mkdocs/docs/features/types.md @@ -89,7 +89,7 @@ From the template arguments, the following types are derived: ```cpp using object_comparator_t = std::less<>; using object_t = ObjectType::value_type>>; + AllocatorType>>; using array_t = ArrayType>;