Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SimplifyTemplates: bailing out - C++ class template constructor #25

Closed
GoogleCodeExporter opened this issue Nov 15, 2015 · 4 comments
Closed

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.run cppcheck on a C++ class with a template constructor like

1 | // File A.h
2 | class A
3 | {
4 | public:
5 |   template<typename T>
6 |   A(T arg) {}
7 | };

It fails with the following message:
src/A.h;5;debug;debug;simplifyTemplates: bailing out

Versions
cppcheclipse: 0.9.6
cppcheck:     1.45
Eclipse:      Helios Service Release 1 (Build id: 20100917-0705)
Java:         1.5.0_06-b05
Linux:        2.6.20-1.2316.fc5smp #1 SMP Fri Apr 27 20:34:56 EDT 2007 i686 
i686 i386 GNU/Linux (Fedora)  


Original issue reported on code.google.com by Francois...@gmail.com on 23 Nov 2010 at 2:46

@GoogleCodeExporter
Copy link
Author

Since cppcheclipse is only a wrapper around cppcheck please open the bug report 
directly at cppcheck (http://sourceforge.net/apps/trac/cppcheck). I can't fix 
this within cppcheclipse.

Original comment by konra...@gmx.de on 23 Nov 2010 at 6:17

  • Changed state: Invalid

@GoogleCodeExporter
Copy link
Author

Issue 22 has been merged into this issue.

Original comment by konra...@gmx.de on 23 Nov 2010 at 6:17

@GoogleCodeExporter
Copy link
Author

Issue 23 has been merged into this issue.

Original comment by konra...@gmx.de on 23 Nov 2010 at 6:17

@GoogleCodeExporter
Copy link
Author

Issue 24 has been merged into this issue.

Original comment by konra...@gmx.de on 23 Nov 2010 at 6:17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant