* @brief Constructs a stack with a small empty stack. */
| 1851 | * @brief Constructs a stack with a small empty stack. |
| 1852 | */ |
| 1853 | stack() : m_fib(stacklet::next_stacklet()) { LF_LOG("Constructing a stack"); } |
| 1854 | |
| 1855 | /** |
| 1856 | * @brief Construct a new stack object taking ownership of the stack that `frag` is a top-of. |