cling icon indicating copy to clipboard operation
cling copied to clipboard

Code Completion Fails on std::vector

Open ax3l opened this issue 9 years ago • 0 comments

The following code snippet does not auto-complete:

#include <vector>

std::vector<int> v(10, 3);
v.<TAB>

tested on a ~3 week old 0.4~dev version.

ax3l avatar Dec 07 '16 18:12 ax3l