/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

hhvm.com
| | scorpiosoftware.net
8.0 parsecs away

Travel
| | In the Linux world, the eBPF technology has been around for years. Its purpose is to allow writing programs that run within the Linux kernel. However, contrary to standard kernel modules, eBPF runs in a constrained environment, its API is limited as to not hurt the kernel. Furthermore, every eBPF program must be verified before...
| | www.sandordargo.com
7.8 parsecs away

Travel
| | In short, thanks to P2748R5 by Brian Bi, it's no longer possible to return a reference that binds to a temporary expression, and that's just lovely. What exactly is changing? Often, a proposal modifies a lot of wording, and it's not practical to start by reading through it all. But in this case, the changes are small and easy to digest, so let's dive in. This line is being removed: "The lifetime of a temporary bound to the returned value in a function return statement (8.7.4) is not extended; the temporary is destroyed at the end of the full-expression in the return statement." And this line is being added (excluding the examples we'll discuss in a moment): "In a function whose return type is a reference, other than an invented function for std::is_convertib...
| | yieldcode.blog
8.9 parsecs away

Travel
| | Take a good look at the following function and try to understand what it's doing. function do_magic(a, b) { return a + b; }
| | bettythomasonowens.com
23.5 parsecs away

Travel
| 1 post published by Betty Owens on September 4, 2014