search for: d70963

Displaying 5 results from an estimated 5 matches for "d70963".

Did you mean: 370963
2020 Sep 26
2
preferred way to return expected values
...returned from functions with the following (or similar) signature: Expected<std::vector<int>> createVector() { std::vector<int> V; ... } It would be interesting to find out your opinion on this. After some investigation I have found https://reviews.llvm.org/D70963 and https://reviews.llvm.org/D43322 which have some additional context regarding the problem. The aforementioned diffs (and the comments on them) contain a lot of details and the history of the problem (whether one should use the cast or not). If I am not mistaken a part of the problem is that comp...
2020 Sep 28
2
preferred way to return expected values
...; signature: >> Expected<std::vector<int>> createVector() { >> std::vector<int> V; >> ... >> } >> It would be interesting to find out your opinion on this. >> After some investigation I have found https://reviews.llvm.org/D70963 >> and https://reviews.llvm.org/D43322 which have some additional context >> regarding >> the problem. The aforementioned diffs (and the comments on them) contain >> a lot of >> details and the history of the problem (whether one should use the cast >> or not). &...
2020 Oct 01
2
[EXTERNAL] Re: preferred way to return expected values
...; Expected<std::vector<int>> createVector() { >>> std::vector<int> V; >>> ... >>> } >>> It would be interesting to find out your opinion on this. >>> After some investigation I have found https://reviews.llvm.org/D70963 >>> and https://reviews.llvm.org/D43322 which have some additional context >>> regarding >>> the problem. The aforementioned diffs (and the comments on them) contain >>> a lot of >>> details and the history of the problem (whether one should use the cast...
2020 Oct 02
2
[EXTERNAL] Re: preferred way to return expected values
...d::vector<int>> createVector() { >>>> std::vector<int> V; >>>> ... >>>> } >>>> It would be interesting to find out your opinion on this. >>>> After some investigation I have found https://reviews.llvm.org/D70963 >>>> and https://reviews.llvm.org/D43322 which have some additional context >>>> regarding >>>> the problem. The aforementioned diffs (and the comments on them) >>>> contain a lot of >>>> details and the history of the problem (whether one...
2020 Oct 02
2
[EXTERNAL] Re: preferred way to return expected values
...> createVector() { >>>>> std::vector<int> V; >>>>> ... >>>>> } >>>>> It would be interesting to find out your opinion on this. >>>>> After some investigation I have found https://reviews.llvm.org/D70963 >>>>> and https://reviews.llvm.org/D43322 which have some additional >>>>> context regarding >>>>> the problem. The aforementioned diffs (and the comments on them) >>>>> contain a lot of >>>>> details and the history of the...