This commit is contained in:
Eelco Dolstra 2016-02-24 14:49:28 +01:00
parent 263187a2ec
commit 45c83e5f9b

View file

@ -59,8 +59,8 @@ public:
return true; return true;
} }
/* Look up an item in the cache. If it's exists, it becomes the /* Look up an item in the cache. If it exists, it becomes the most
most recently used item. */ recently used item. */
// FIXME: use boost::optional? // FIXME: use boost::optional?
Value * get(const Key & key) Value * get(const Key & key)
{ {