[
https://issues.apache.org/jira/browse/THRIFT-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14933971#comment-14933971
]
Konrad Grochowski commented on THRIFT-2242:
-------------------------------------------
this issue just waits for C++V2 implementation (THRIFT-2717) - adding macros
etc would make code unreadable, so std::xxx_ptrs will be used in new lib. (as
soon as I find some time to finish it... any help is welcomed ;) )
as for unordered - Thrift specifies that it's containers are not sorted. Nobody
intends to change current lib, but new one will probably use unordered (imho
annotation could be used here)
> Generate C++11 code
> -------------------
>
> Key: THRIFT-2242
> URL: https://issues.apache.org/jira/browse/THRIFT-2242
> Project: Thrift
> Issue Type: Bug
> Components: C++ - Library
> Affects Versions: 0.9.1
> Reporter: Vitali Lovich
>
> unordered_map instead of map, unordered_set instead of set, noexcept instead
> of throw() (unless the exact semantics of throw() are needed which seems
> unlikely).
> It should use the shared_ptr implementation that the library is configured
> with.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)