Simon Rozman 73d03d81af stream: fix buffered_sys and cached_file destruction
We had to introduce out-of-order construction for those classes, but we
forgot to implement out-of-order destruction. File gets closed first
by cached_file::m_source destructor, then inherited destructor
cache::~cache() which flushes the cache is called.

Signed-off-by: Simon Rozman <simon@rozman.si>
2023-08-24 13:56:41 +02:00
2022-02-03 13:17:59 +01:00
2022-03-07 11:37:35 +01:00
2023-03-08 13:34:04 +01:00
Description
Standard C++ Library Extension
MIT 60 MiB
Languages
C++ 100%