Displaying 7 results from an estimated 7 matches for "n3638".
2019 Apr 01
2
[RFC] migrating LLVM to C++14
...ttp://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.
> - Initialized/Generalized lam...
2019 Jan 22
20
[RFC] migrating past C++11
...id 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) lambda expressions <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3649.html>
Variable templates <http://www.open-std.o...
2019 May 06
2
[RFC] migrating LLVM to C++14
...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.
>> Initialized/Generalized lambda captures (init-capture) <https://wg21.link/...
2019 May 06
2
[RFC] migrating LLVM to C++14
...rsion <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.
>>> Initialized/Generalized lambda captures (init-capture) <https://wg...
2019 May 06
2
[RFC] migrating LLVM to C++14
...ard-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 re...
2019 Jan 26
4
[RFC] migrating past C++11
...llow 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) lambda expressions
> <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3649.html>
>...
2019 Aug 04
2
[RFC] migrating LLVM to C++14
...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 ma...