Displaying 7 results from an estimated 7 matches for "n3472".
2019 Apr 01
2
[RFC] migrating LLVM to C++14
...l by creating a patch which will:
>
>
> - Update the C++ standard version
> <http://llvm.org/docs/CodingStandards.html#c-standard-versions> to
> C++14, allowing the usage of the following language and library features:
> - Binary literals <https://wg21.link/N3472>:
> - Without restrictions.
> - decltype(auto) <https://wg21.link/N3638>, Return type deduction
> for normal functions:
> - As with auto
> <http://llvm.org/docs/CodingStandards.html#use-auto-type-deduction-to-make-code-more-readable&...
2019 Jan 22
20
[RFC] migrating past C++11
...’t even support C++11 very well. We have a handful of workarounds left in ADT (particularly around type traits) and I’d like to get rid of them.
The compiler versions I propose allow us to use all of C++14, which includes:
Binary literals <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3472.pdf>
decltype(auto), Return type deduction for normal functions <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3638.html>
Initialized/Generalized lambda captures (init-capture) <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3648.html>
Generic (polymorphic) lambd...
2019 May 06
2
[RFC] migrating LLVM to C++14
...we make this official by creating a patch which will:
>>
>> Update the C++ standard version <http://llvm.org/docs/CodingStandards.html#c-standard-versions> to C++14, allowing the usage of the following language and library features:
>> Binary literals <https://wg21.link/N3472>:
>> Without restrictions.
>> decltype(auto) <https://wg21.link/N3638>, Return type deduction for normal functions:
>> As with auto <http://llvm.org/docs/CodingStandards.html#use-auto-type-deduction-to-make-code-more-readable>, only where it makes code more readable...
2019 May 06
2
[RFC] migrating LLVM to C++14
...s official by creating a patch which will:
>>>
>>> Update the C++ standard version <http://llvm.org/docs/CodingStandards.html#c-standard-versions> to C++14, allowing the usage of the following language and library features:
>>> Binary literals <https://wg21.link/N3472>:
>>> Without restrictions.
>>> decltype(auto) <https://wg21.link/N3638>, Return type deduction for normal functions:
>>> As with auto <http://llvm.org/docs/CodingStandards.html#use-auto-type-deduction-to-make-code-more-readable>, only where it makes code m...
2019 May 06
2
[RFC] migrating LLVM to C++14
...>>> - Update the C++ standard version
>>>> <http://llvm.org/docs/CodingStandards.html#c-standard-versions> to
>>>> C++14, allowing the usage of the following language and library features:
>>>> - Binary literals <https://wg21.link/N3472>:
>>>> - Without restrictions.
>>>> - decltype(auto) <https://wg21.link/N3638>, Return type
>>>> deduction for normal functions:
>>>> - As with auto
>>>> <http://llvm.org/docs/CodingStanda...
2019 Jan 26
4
[RFC] migrating past C++11
...handful of workarounds left in ADT (particularly
> around type traits) and I’d like to get rid of them.
>
> The compiler versions I propose allow us to use all of C++14, which
> includes:
>
> - Binary literals
> <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3472.pdf>
> - decltype(auto), Return type deduction for normal functions
> <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3638.html>
> - Initialized/Generalized lambda captures (init-capture)
> <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3648....
2019 Aug 04
2
[RFC] migrating LLVM to C++14
...- Update the C++ standard version
>>>>> <http://llvm.org/docs/CodingStandards.html#c-standard-versions> to
>>>>> C++14, allowing the usage of the following language and library features:
>>>>> - Binary literals <https://wg21.link/N3472>:
>>>>> - Without restrictions.
>>>>> - decltype(auto) <https://wg21.link/N3638>, Return type
>>>>> deduction for normal functions:
>>>>> - As with auto
>>>>> <http://llvm.o...