[
https://issues.apache.org/jira/browse/GEODE-4841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Diane Hardman updated GEODE-4841:
---------------------------------
Fix Version/s: 1.9.0
> Switch declaration of HashMapOfPools to 'using' in PoolManagerImpl
> ------------------------------------------------------------------
>
> Key: GEODE-4841
> URL: https://issues.apache.org/jira/browse/GEODE-4841
> Project: Geode
> Issue Type: Improvement
> Components: native client
> Reporter: Blake Bender
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.9.0
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> Currently this is a convenience typedef in the header file, and comes with
> all the associated baggage - pollutes the global namespace, etc. We should
> be good C++11 citizens and remove the typedef, replacing it with a 'using'
> statement at class scope closer to where we actually need the type. Or, just
> declare variables of this type as 'auto' in PoolManagerImpl, even more
> convenient.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)