Autocomplete does not work for member of template class

已回答

I have a template class with a size_t parameter. The class has a member which is basically an std::array with the size_t parameter. Autocomplete does not work for elements in the indexes of the array:

 

please note that this works fine if the size parameter is a constant like 5.

0

Hi!

We have a related issue in the tracker already: https://youtrack.jetbrains.com/issue/CPP-9588. Feel free to comment or upvote.

0

请先登录再写评论。