Displaying 2 results from an estimated 2 matches for "gregurich".
2018 Mar 19
0
objc++ enhancements?
Hi James,
Non-Apple people can’t “see radar”. Do you work at Apple? In either case, the clang development email list would be the right start for this. Also, if you work at Apple, please consider reaching out to the DevTools department directly.
Dave
> On Mar 19, 2018, at 12:21, James Gregurich via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> hi.
>
> Is there interest in enhancing the objc++ compiler to make objc mechanisms friendly to the newer features of c++? For instance...
>
> 1) making blocks movable so that they can capture things like unique_ptr<&...
2018 Mar 19
2
objc++ enhancements?
hi.
Is there interest in enhancing the objc++ compiler to make objc mechanisms friendly to the newer features of c++? For instance...
1) making blocks movable so that they can capture things like unique_ptr<> and still be moved off the stack
2) making @property declarations work with move-only types like unique_ptr<>
3) enabling std::weak_ptr<> to weakly store an objc pointer