D - implicit auto
- Matthew Wilson (5/5) Oct 10 2003 Is there a reason why we cannot have the following two declarations mean...
- Sean L. Palmer (5/10) Oct 12 2003 I like the idea. The first way looks overly wordy, like C#. ;)
Is there a reason why we cannot have the following two declarations mean the same thing: auto Search search = new Search(rootDir, pattern, flags); Search search(rootDir, pattern, flags); ?
Oct 10 2003
Sean "Matthew Wilson" <matthew stlsoft.org> wrote in message news:bm7l81$25v2$1 digitaldaemon.com...Is there a reason why we cannot have the following two declarations meanthesame thing: auto Search search = new Search(rootDir, pattern, flags); Search search(rootDir, pattern, flags); ?
Oct 12 2003