and on that note I hear the C++ community (at least one key member) is proposing a:

    auto add(auto a, auto b) {
        return a + b;
    }

pretty-template syntax! I wouldn't feel right if C++ had something that elegant and D did not *wink* *wink* :-)

Could you explain why this is necessary? D templates are far better than C++ templates and accomplish these task already.

Reply via email to