Displaying 4 results from an estimated 4 matches for "322838".
Did you mean:
22838
2010 Feb 01
3
playwith error message
Hi,
I'am using the playwith library to write my own small GUI application.
But I get the following error under Windows and Linux (Ubuntu):
Error in if ((modeOK %in% c("Identify", "Brush")) && (actions$ident == :
Fehlender Wert, wo TRUE/FALSE n?tig ist
Under linux my R program simply continues, but under Windows it stops.
Since it is not in my code, has anyone
[llvm] r322838 - [ADT] Split optional to only include copy mechanics and dtor for non-trivial types.
2018 Jan 24
2
[llvm] r322838 - [ADT] Split optional to only include copy mechanics and dtor for non-trivial types.
...ink we should have either the old llvm behavior or the std behavior,
the new hybrid is a gotcha I think.
WDYT?
On Thu, Jan 18, 2018 at 12:26 PM, Benjamin Kramer via llvm-commits <
llvm-commits at lists.llvm.org> wrote:
> Author: d0k
> Date: Thu Jan 18 03:26:24 2018
> New Revision: 322838
>
> URL: http://llvm.org/viewvc/llvm-project?rev=322838&view=rev
> Log:
> [ADT] Split optional to only include copy mechanics and dtor for
> non-trivial types.
>
> This makes uses of Optional more transparent to the compiler (and
> clang-tidy) and generates slightly smal...
[llvm] r322838 - [ADT] Split optional to only include copy mechanics and dtor for non-trivial types.
2018 Jan 24
0
[llvm] r322838 - [ADT] Split optional to only include copy mechanics and dtor for non-trivial types.
...or the std behavior,
> the new hybrid is a gotcha I think.
>
> WDYT?
>
> On Thu, Jan 18, 2018 at 12:26 PM, Benjamin Kramer via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
>>
>> Author: d0k
>> Date: Thu Jan 18 03:26:24 2018
>> New Revision: 322838
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=322838&view=rev
>> Log:
>> [ADT] Split optional to only include copy mechanics and dtor for
>> non-trivial types.
>>
>> This makes uses of Optional more transparent to the compiler (and
>> clang-t...
[llvm] r322838 - [ADT] Split optional to only include copy mechanics and dtor for non-trivial types.
2018 Jan 24
1
[llvm] r322838 - [ADT] Split optional to only include copy mechanics and dtor for non-trivial types.
...a gotcha I think.
> >
> > WDYT?
> >
> > On Thu, Jan 18, 2018 at 12:26 PM, Benjamin Kramer via llvm-commits
> > <llvm-commits at lists.llvm.org> wrote:
> >>
> >> Author: d0k
> >> Date: Thu Jan 18 03:26:24 2018
> >> New Revision: 322838
> >>
> >> URL: http://llvm.org/viewvc/llvm-project?rev=322838&view=rev
> >> Log:
> >> [ADT] Split optional to only include copy mechanics and dtor for
> >> non-trivial types.
> >>
> >> This makes uses of Optional more transparent to...