Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

template parameter default values are not imported #310

Open
balazske opened this issue Feb 28, 2018 · 1 comment
Open

template parameter default values are not imported #310

balazske opened this issue Feb 28, 2018 · 1 comment

Comments

@balazske
Copy link
Collaborator

Example code:

template <typename T=int> void declToImport(T &t) { };

After import the =int default value is missing.

@martong
Copy link

martong commented Nov 22, 2018

Specializations have the concrete template parameter, so this is not a severe problem. (Until a checker is seeking an error based on default template parameters.)

@martong martong added the task label Nov 22, 2018
@martong martong removed the task label May 21, 2019
@martong martong removed their assignment Jun 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants