mohaps / lrucache11

A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list and a std::unordered_map style container to provide fast insert, delete and update No dependencies other than the C++ standard library. This is a C++11 remake of my earlier LRUCache project (https://github.com/mohaps/lrucache) The goal was to create a fast LRUCache header only library and to avoid any dependencies like boost.
https://github.com/mohaps/lrucache11
294 stars 63 forks source link

Compile error... missing argument passthrough here #22

Open OwenKnight-FLINTpro opened 1 year ago

OwenKnight-FLINTpro commented 1 year ago

https://github.com/mohaps/lrucache11/blob/ab288eee4d7148a93e467eb2782bad852b95da6b/LRUCache11.hpp#L161C14-L161C14

Chadlucc commented 1 year ago

Value get(const Key& k) { return getCopy(k); }

OwenKnight-FLINTpro commented 1 year ago

Yep, have forked locally and fixed it. This project looks dead though, will move on.

mohaps commented 1 year ago

Owen,

Do you wish to take over the project. Be glad to do so.

I haven't worked on this for a while

-- Saurav -- "quidquid latine dictum sit, altum sonatur." --anonymous --

SAURAV MOHAPATRA Author, Artist and Bona Fide Geek *www https://sauravmohapatra.com | *facebook https://fb.me/sauravmohapatraofficial | youtube https://youtube.com/mohaps| vimeo https://vimeo.com/mohaps | instagram https://instagram.com/flyinghogmonkey | twitter https://twitter.com/mohaps | imdb https://www.imdb.com/name/nm11131286/

On Wed, Aug 23, 2023 at 5:17 PM Owen Knight @.***> wrote:

Yep, have forked locally and fixed it. This project looks dead though, will move on.

— Reply to this email directly, view it on GitHub https://github.com/mohaps/lrucache11/issues/22#issuecomment-1690804563, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAIMMQA3KWWLF5KZFXHAZ3XW2MRRANCNFSM6AAAAAA25WS7UY . You are receiving this because you are subscribed to this thread.Message ID: @.***>