Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Makes for great obfuscated C++.

    template <typename T>
    void print(T const bitand foo) {
        std::cout << foo << std::endl;
    }


    void print(auto const bitand foo) {
        std::cout << foo << std::endl;
    }
Since C++20.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: