Blake Bender created GEODE-6004:
-----------------------------------

             Summary: FunctionService::withArgs should accept vector of 
std::string
                 Key: GEODE-6004
                 URL: https://issues.apache.org/jira/browse/GEODE-6004
             Project: Geode
          Issue Type: Improvement
          Components: native client
            Reporter: Blake Bender


This method expects a shared_ptr to CacheableVector, so shared_ptr to 
std::vector<std::string> should be acceptable, or rather std::vector<T> where T 
is the region value type.  Unfortunately the parameter is declared as 
shared_ptr<Cacheable>, so passing std::vector doesn't compile.  It would be 
awfully convenient to be able to pass standard types around here.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to