cppcheck-suppress noExplicitConstructor cppcheck-suppress noExplicitConstructor
| 951 | // cppcheck-suppress noExplicitConstructor |
| 952 | // cppcheck-suppress noExplicitConstructor |
| 953 | list(unsigned prealloc) |
| 954 | : _carriage(&always_empty_bptr), |
| 955 | _len(0), |
| 956 | _num(0) { |
| 957 | reserve(prealloc); |
| 958 | } |
| 959 | |
| 960 | list(const list& other) |
| 961 | : _carriage(&always_empty_bptr), |