Title / Description
Codetemplate <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 Delphi Groovy (beta) HTML JSON Java JavaScript Nitro-XHTML PHP Plain text Python RHTML Ruby SQL XML YAML diff code