You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When dealing with a templated method of a struct, it appears that the template arguments of templated methods do not appear in the output of cppinsights:
here all three templated_function calls appear just as templated_function() in the output.
Prefered would be printing the template parameters, including the default parameters
(background, I was dealing with a range based for loop where begin and end
of the looped struct have template parameters. So while this looks unimportant
in the MWE it can be that the template parameters appear neither directly in
the user's source, nor the cppinsights output)
The text was updated successfully, but these errors were encountered:
demonstrator
When dealing with a templated method of a struct, it appears that the template arguments of templated methods do not appear in the output of cppinsights:
here all three
templated_function
calls appear just astemplated_function()
in the output.Prefered would be printing the template parameters, including the default parameters
(background, I was dealing with a range based for loop where
begin
andend
of the looped struct have template parameters. So while this looks unimportant
in the MWE it can be that the template parameters appear neither directly in
the user's source, nor the cppinsights output)
The text was updated successfully, but these errors were encountered: