Files
libkiwix/include
Veloman Yunkan c2927ce6f7 Library got a yet unused mutex
Introducing a mutex in `Library` necessitates manually implementing the
move constructor and assignment operator. It's better to still delegate
that work to the compiler to eliminate any possibility of bugs when new
data members are added to `Library`. The trick is to move the data into
an auxiliary class `LibraryBase` and derive `Library` from it.
2021-11-30 18:20:27 +04:00
..
2018-12-02 15:47:29 +01:00
2021-05-23 21:46:52 +02:00
2019-10-28 15:56:49 +01:00
2021-11-30 18:20:27 +04:00
2021-04-28 11:42:55 +04:00
2021-11-30 18:20:27 +04:00
2021-06-30 18:27:00 +02:00
2021-08-14 22:26:39 +05:30
2021-10-12 19:44:05 +05:30