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;
}
/* Look up an item in the cache. If it's exists, it becomes the
most recently used item. */
/* Look up an item in the cache. If it exists, it becomes the most
recently used item. */
// FIXME: use boost::optional?
Value * get(const Key & key)
{