You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Blake Bender (JIRA)" <ji...@apache.org> on 2018/03/14 18:55:00 UTC

[jira] [Created] (GEODE-4841) Switch declaration of HashMapOfPools to 'using' in PoolManagerImpl

Blake Bender created GEODE-4841:
-----------------------------------

             Summary: 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


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
(v7.6.3#76005)