cling
cling copied to clipboard
Code Completion Fails on std::vector
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.