|
|
|
|
|
by silentvoice
4271 days ago
|
|
Could someone comment on the following C++14 feature on the list here: "Avoiding/fusing memory allocations" It lists Clang but nothing else as supporting it. This sounds like a compiler optimization and not a language feature, and since it's talking about C++14 (not C++11) I know this isn't referring to move semantics/rvalue references. What exactly is this? |
|
[1] http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n366...