Matthew Reddington created GEODE-8731: -----------------------------------------
Summary: Remove inline functions from published headers Key: GEODE-8731 URL: https://issues.apache.org/jira/browse/GEODE-8731 Project: Geode Issue Type: Improvement Components: native client Reporter: Matthew Reddington Any inline functions found in cppcache/geode/include incur an ABI change and a version minor should any of that implementation need be changed. Nothing there should be inlined or defaulted. Move inlined methods into source files and bump the version minor. -- This message was sent by Atlassian Jira (v8.3.4#803005)