Skip to content

Conversation

@andreasfertig
Copy link
Owner

Fixed #200: A FunctionDecl template specialization was missing template<>.

@codecov
Copy link

codecov bot commented Jun 28, 2019

Codecov Report

Merging #204 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #204   +/-   ##
=======================================
  Coverage   95.94%   95.94%           
=======================================
  Files          29       29           
  Lines        2419     2419           
=======================================
  Hits         2321     2321           
  Misses         98       98
Impacted Files Coverage Δ
CodeGenerator.cpp 96.24% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c4911c8...a06c722. Read the comment docs.

@andreasfertig andreasfertig merged commit 2dffa13 into master Jun 28, 2019
@andreasfertig andreasfertig deleted the fixIssue200 branch June 28, 2019 06:15
#endif


#ifdef INSIGHTS_USE_TEMPLATE

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure user-provided specializations should be conditionally available…

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cppinsights loses template<> in explicit function template specializations

3 participants