Benjamin Lamowski f94f461f8f base: make Ram_allocator noncopyable
Prevent erratic runtime behavior stemming from accidentally passing a
copy to a `Ram_allocator` by making the interface noncopyable.

In consequence, we had to provide an explicit copy constructor for
`Session_env` in server/nic_router, which will be reconsidered in
issue #5405.

Issue #5221
2025-01-30 16:20:09 +01:00
..
2025-01-30 16:20:09 +01:00
2024-07-02 11:59:16 +02:00
2024-07-02 12:00:11 +02:00