mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
![]() Display the new more accurate error when all candidates were failed instantiations. Otherwise, if there is a mix of failed instantiation and wrong number of arguments, display the old message. This could really be improved even more... template<typename T> void function() {} Before: function(); // Invalid arguments 'Candidates are: After: function(); // Cannot instantiate template function 'Candidates are: |
||
---|---|---|
.. | ||
org.eclipse.cdt.codan.checkers | ||
org.eclipse.cdt.codan.checkers.ui | ||
org.eclipse.cdt.codan.checkers.ui.tests | ||
org.eclipse.cdt.codan.core | ||
org.eclipse.cdt.codan.core.cxx | ||
org.eclipse.cdt.codan.core.tests | ||
org.eclipse.cdt.codan.examples | ||
org.eclipse.cdt.codan.ui | ||
org.eclipse.cdt.codan.ui.cxx | ||
org.eclipse.cdt.codan.ui.example.cfgview | ||
pom.xml |