diff options
-rw-r--r-- | c,cc/derive_from_templated_class.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/c,cc/derive_from_templated_class.cc b/c,cc/derive_from_templated_class.cc index 3e292c8..f252981 100644 --- a/c,cc/derive_from_templated_class.cc +++ b/c,cc/derive_from_templated_class.cc @@ -22,8 +22,6 @@ void f(vector<B<T>*> v) } } - - int main(void) { vector<B<int>* > v; |