[
https://issues.apache.org/jira/browse/PROTON-1232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15332241#comment-15332241
]
ASF subversion and git services commented on PROTON-1232:
---------------------------------------------------------
Commit b005b877a62630a6fdcb62f2270827af56737830 in qpid-proton's branch
refs/heads/master from [~astitcher]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=b005b87 ]
PROTON-1232: [C++ binding] change container interface:
- Make all member functions in container class pure virtual (except destructor)
- Add a new standard_container class that has the standard behaviour
of the variant overloads
- Make all container implementations use standard_container class
- Remove unnecessary includes of container_impl
> Improve implementation of default_container
> -------------------------------------------
>
> Key: PROTON-1232
> URL: https://issues.apache.org/jira/browse/PROTON-1232
> Project: Qpid Proton
> Issue Type: Improvement
> Reporter: Andrew Stitcher
> Assignee: Andrew Stitcher
>
> It would be much better not to expose symbols for internal container classes,
> but rather expose a factory for the container and use a header only proxy to
> allow value like use.
> This allow adding new container types by simply exposing a new factory (a
> single symbol/entry point) rather than exposing a whole new class.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]