Switching iterator type to auto#3
Switching iterator type to auto#3waffle2k wants to merge 1 commit intoekg:masterfrom waffle2k:master
Conversation
|
I've just begun using auto myself in another project, and it's great. I'd love to pull it in here, but I'm worried that there are still a lot of projects that might be stuck in previous C++99. What do you think? |
|
I am one of the users of intervaltree on C++99. |
|
Me two. I'm using C++11 as well. |
|
FWIW, it won't compile as C++99 anyway because of at least unique_ptr. Not that I would want it to, but if you use unique_ptr, there's probably no reason to not use auto. |
|
Cool looks like we should switch. On Sun, Apr 17, 2016, 21:28 Sami Liedes notifications@github.com wrote:
|
No effective change, simply changing some of the type declarations to "auto" in the test file