1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

Add more whitespace to fix more bullets.

llvm-svn: 202538
This commit is contained in:
Richard Smith 2014-02-28 21:14:25 +00:00
parent 9ca622059d
commit beb8e08dc9

View File

@ -106,7 +106,9 @@ of the features that are expected to work. Features not on this list are
unlikely to be supported by our host compilers.
* Rvalue references: N2118_
* But *not* Rvalue references for ``*this`` or member qualifiers (N2439_)
* Static assert: N1720_
* ``auto`` type deduction: N1984_, N1737_
* Trailing return types: N2541_