- Documentation of containers and adjusting page hierarchy
This commit is contained in:
@@ -24,10 +24,10 @@ C stdlib and either wraps them or aliases them.
|
||||
|
||||
| Symbol | Implemented | Passed |
|
||||
|:-----------------|:-----------:|:------:|
|
||||
| allocator | ✔ | ✔ |
|
||||
| allocator_traits | ✔ | ✔ |
|
||||
| allocation | ✔ | ✔ |
|
||||
| default_delete | ✔ | ❓ |
|
||||
| unique_pointer | ✔ | ❓ |
|
||||
| shared_pointer | ❌ | ❌ |
|
||||
| pointer_traits | ❌ | ❌ |
|
||||
| allocator | ✅ | ✅ |
|
||||
| allocator_traits | ✅ | ✅ |
|
||||
| allocation | ✅ | ✅ |
|
||||
| default_delete | ✅ | ❓ |
|
||||
| unique_pointer | ✅ | ❓ |
|
||||
| shared_pointer | ⛔ | ⛔ |
|
||||
| pointer_traits | ⛔ | ⛔ |
|
||||
Reference in New Issue
Block a user