December 21, 2021 Learn » Re: FreeBSD 13 : wrong kernel version and size of kevent_t | |||
|---|---|---|---|
| |||
Nice! Hope they see and fix it soon! Love for open source Operating Systems!! | |||
December 21, 2021 Learn » Re: FreeBSD 13 : wrong kernel version and size of kevent_t | |||
|---|---|---|---|
| |||
filed an issue, see https://issues.dlang.org/show_bug.cgi?id=22615 | |||
December 21, 2021 Issues » [Issue 22615] New: Wrong OS version and struct kevent_t in FreeBSD 13 | |||
|---|---|---|---|
| |||
...ext field), but because of wrong kernel version size of kevent_t is also incorrect. -- | |||
December 21, 2021 Learn » Re: How to properly use variadic templates (functions)? | |||
|---|---|---|---|
| |||
...order:
void print(T...)(string prompt, T args)
{
void print_arg(size_t index){
switch... | |||
December 21, 2021 Learn » Re: FreeBSD 13 : wrong kernel version and size of kevent_t | |||
|---|---|---|---|
| |||
I have it VirtualBox Ok. | |||
December 20, 2021 Learn » Re: FreeBSD 13 : wrong kernel version and size of kevent_t | |||
|---|---|---|---|
| |||
I don't have FreeBSD and I can't check the output and header files... | |||
December 20, 2021 Learn » Re: How to insert code in place with templates/mixins? | |||
|---|---|---|---|
| |||
...am just declaring these to have them. size_t stdout_index; enum STDOUT_BUF_LEN... | |||
December 19, 2021 General » Re: Suggestion: Operator `in` for slices | |||
|---|---|---|---|
| |||
...in terms of input size) for each and...happen. But it isn't on average. To... | |||
December 19, 2021 Learn » FreeBSD 13 : wrong kernel version and size of kevent_t | |||
|---|---|---|---|
| |||
...ext field), but because of wrong kernel version size of kevent_t is also incorrect. | |||
December 18, 2021 General » Re: Suggestion: Operator `in` for slices | |||
|---|---|---|---|
| |||
...would look like this:
```D
T* opIn(size_t i, T[] arr)
{
return i >= arr... | |||
Copyright © 1999-2021 by the D Language Foundation