search for: n2658

Displaying 3 results from an estimated 3 matches for "n2658".

Did you mean: 2658
2013 Jan 13
0
[LLVMdev] Using C++'11 language features in LLVM itself
...r of platforms (including RedHat for example). -- Matthieu [1]: "decltype v1.0 (n2343)" is subsided by "decltype v1.1 (n3276)" which drops the completeness requirement of return types; unfortunately it seems no released version of gcc implements v1.1. [2]: "lambda v1.0 (n2658)" is subsided by "lambda v1.1 (n2927)", not sure of the exact impact of the changes. [3]: "r-value v2.0 (n2844)" and "r-value v2.1 (n2844 + core issue 1138)" are subsided by "r-value v3.0 (n3053)" once again not sure of the impact of the changes; furthe...
2013 Jan 13
5
[LLVMdev] Using C++'11 language features in LLVM itself
On Sun, Jan 13, 2013 at 10:26 AM, Tim Northover <t.p.northover at gmail.com> wrote: >> Good points David, I don't feel qualified to evaluate the differences >> between those versions though... Perhaps Richard or Doug could comment here? > > Unless I'm misreading the buildbots, we don't actually have anything > trying to build with MSVC. Have we considered how
2016 Jul 27
0
How to convert /etc/machine-id into a default-duid for IPv6 static DHCP?
...octal with some chars here and there. The NetworkManager code at [2] that does the duid->default-duid conversion is above my pay grade. Anyone know how do this conversion preferably in bash? TIA, Patrick [0] https://cgit.freedesktop.org/NetworkManager/NetworkManager/tree/src/nm-core-utils.c#n2658 [1] https://cgit.freedesktop.org/NetworkManager/NetworkManager/tree/src/dhcp-manager/nm-dhcp-client.c#n439 [2] https://cgit.freedesktop.org/NetworkManager/NetworkManager/tree/src/dhcp-manager/nm-dhcp-dhclient-utils.c#n356