Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-04 | Implement small_list, small_forward_list | Boris Kolpackov | 2 | -0/+172 | |
Note that with VC small_list is never "small" because of the extra "headnode" that this implementation allocates (see notes in small-list.mxx for details). |