Title / Description
Code template <typename T> struct X { template <typename S> bool operator<(S const &) { return true; } }; int main() { X<void> x; x.operator< <int>(3); }
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code