- Fixed some semantics issues to make data structure names more akin to their mathematical equivalents
- multiset.h TODO: test - Fixed some double underscores that I missed
This commit is contained in:
@@ -194,11 +194,11 @@ See:
|
||||
| negation | ❌ | ❌ |
|
||||
|
||||
### Sequences
|
||||
| Symbol | Implemented | Passed |
|
||||
|:----------------------|:-----------:|:------:|
|
||||
| sequence | ✔ | ✔ |
|
||||
| integer_sequence | ✔ | ✔ |
|
||||
| make_integer_sequence | ✔ | ✔ |
|
||||
| index_sequence | ✔ | ✔ |
|
||||
| make_index_sequence | ✔ | ✔ |
|
||||
| concat_sequence | ✔ | ✔ |
|
||||
| Symbol | Implemented | Passed |
|
||||
|:-------------------------------------------------|:-----------:|:------:|
|
||||
| const_sequence | ✔ | ✔ |
|
||||
| const_integer_sequence (`std::integer_sequence`) | ✔ | ✔ |
|
||||
| make_integer_sequence | ✔ | ✔ |
|
||||
| const_index_sequence (`std::index_sequence`) | ✔ | ✔ |
|
||||
| make_index_sequence | ✔ | ✔ |
|
||||
| concat_sequence | ✔ | ✔ |
|
||||
|
||||
Reference in New Issue
Block a user