-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
None
-
Qt Creator 3.0.1
-
None
-
Kubuntu 13.10
Bug can be reproduced like this:
Install the latest version of armadillo linear algebra library.
Create a non-QT project.
Edit the main.cpp file:
#include <armadillo> int main() { arma:: return 0; }
Normally a popup shows up and gives me autocompletion options, it does not here. If you type std::, it still works.