Files
rawTherapee/rtengine
Flössie ebd9e5e132 Make rtengine::Cache build again with hashable keys
While STL containers are not guaranteed to build with incomplete types,
`rtengine::Cache` used to build with `std::map` as well as
`std::unordered_map` when I first implemented it. With GCC 6.3 I
recently realized, that this was no longer the case for hashable keys
(i.e. `std::unordered_map` as `Store`).

The recommended workaround is to use a `std::unique_ptr`.
2017-03-11 17:14:11 +01:00
..
2016-10-12 17:48:40 +02:00
2016-10-12 17:48:40 +02:00
2016-10-18 18:16:05 +02:00
2016-10-17 18:49:15 +02:00
2016-10-17 18:49:15 +02:00
2016-10-12 17:48:40 +02:00
2016-10-08 15:36:44 +02:00
2017-02-14 20:49:10 +01:00
2016-10-08 15:36:44 +02:00
2016-10-18 17:48:50 +02:00
2017-03-08 20:23:57 +01:00
2017-02-14 21:23:54 +01:00
2016-10-08 15:36:44 +02:00
2017-02-14 21:23:54 +01:00
2016-10-12 17:48:40 +02:00
2016-10-18 18:16:05 +02:00
2016-02-01 16:47:15 +01:00
2017-02-14 21:23:54 +01:00
2016-10-12 17:48:40 +02:00
2017-02-14 21:23:54 +01:00
2016-10-12 17:48:40 +02:00
2016-10-12 17:48:40 +02:00
2016-10-12 17:48:40 +02:00
2016-10-12 17:48:40 +02:00
2016-10-12 17:48:40 +02:00
2017-02-22 14:50:10 +01:00
2017-02-22 14:50:10 +01:00
2016-10-12 17:48:40 +02:00
2016-10-12 19:04:06 +02:00
2016-06-12 18:13:01 +02:00
2016-10-12 17:48:40 +02:00
2016-10-12 17:48:40 +02:00
2016-10-12 17:48:40 +02:00
2017-03-08 20:23:57 +01:00
2017-02-16 14:12:03 +01:00
2016-10-08 15:36:44 +02:00