|
|
|
|
|
by nurettin
499 days ago
|
|
I thought the whole point of ranges is to solve problems created by iterators, move semantics to take care of scenarios where nrvo doesn't apply, constexpr and auto because we were hacking around it with macros (if you can even call it that)? |
|
Constexpr and auto have nothing to do with macros.