|
|
9ad75d9f82
|
Fix list::assign
|
2022-07-22 10:02:32 -07:00 |
|
|
|
2fe6f0b4e1
|
Add noexcept specification to list
|
2022-07-20 17:29:08 -07:00 |
|
|
|
a21c7312f5
|
Change node names to list_node
|
2022-07-19 17:43:21 -07:00 |
|
|
|
11d64d12a0
|
I couldn't figure out how to make construct_at work with an aggregate. I checked the libstdc++ sources and they call placement new directly, so I'm giving up on that. Changed node over to manual constructors and it seems to work much better. Also made it so list constructors don't call 'assign' because that required stored types to implement assignment operators during construction.
|
2022-07-19 17:39:29 -07:00 |
|
|
|
b6a8c83e0b
|
Add list class
|
2022-07-19 16:44:34 -07:00 |
|