memcache.Memcache.mget should use const

Bug #937664 reported by everwanna
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
libmemcached
Fix Released
Low
Brian Aker

Bug Description

diff:

307c307
< bool mget(std::vector<std::string> &keys)
---
> bool mget(const std::vector<std::string> &keys)
320c320
< std::vector<std::string>::iterator it= keys.begin();
---
> std::vector<std::string>::const_iterator it= keys.begin();

Tags: c++
Brian Aker (brianaker)
Changed in libmemcached:
assignee: nobody → Brian Aker (brianaker)
milestone: none → 1.0.8
importance: Undecided → Low
status: New → In Progress
Brian Aker (brianaker)
Changed in libmemcached:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.