Files
libkiwix/test
Matthieu Gautier 3d75f24a29 Do not store raw pointer to NameMapper.
While it was "ok" to store raw pointer as, in our use case, the nameMapper
always live longer than object using it; it is not safe to store
raw pointer on object than may be deleted.

All classes storing a NameMapper now store a shared_ptr.
Functions only using the library (as `HumanReadableNameMapper`) continue
to use a (const) reference.
2022-10-18 17:00:11 +02:00
..
2022-08-11 18:04:05 +04:00
2022-01-12 18:07:46 +01:00
2021-11-16 09:39:56 +01:00
2020-01-20 17:00:18 +01:00
2022-06-10 11:21:35 +02:00
2022-09-11 16:05:25 +02:00
2021-06-30 18:27:00 +02:00
2020-01-20 17:00:18 +01:00