Skip to content
Snippets Groups Projects
Commit 42acd4a0 authored by Sebastian Redl's avatar Sebastian Redl
Browse files

Auto deduction support for std::initializer_list, including for-range support....

Auto deduction support for std::initializer_list, including for-range support. This means you can now write:

for (int i : {1, 4, 512, 23, 251}) {}

llvm-svn: 148353
parent 43144e72
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment