On Thursday, 16 July 2015 at 00:49:29 UTC, Mike wrote:
2. "AliasList" draws veto from decision makers due to list semantics in C++

Actually, "AliasList" is the most accurate term. "List" does not imply linked list in C++ or any other language I know of. C++ uses the term "list" for arguments. E.g:

va_list
std::forward_list
std::initializer_list

http://en.cppreference.com/mwiki/index.php?title=Special%3ASearch&search=list

(But keep it going, this thread is entertaining…)

Reply via email to