Version: SVN (using Devel) OS: Linux I have no code completion when using boost::bimap. Here's a simple testcase: boost::bimap< int, int > map; map.left.<autocomplete> the autocompletion is just kate-completion, not the intelligent kdevelop c++ autocompletion. Reproducible: Always
still present in kdev 4.2: #include <boost/bimap/bimap.hpp> class abc { public: int getNum() { return 0; } }; int main() { boost::bimaps::bimap< abc, abc > map; map.left.; }
Created attachment 99009 [details] Code completion shown correctly for Boost::bimap< T1, T1> in Kdevelop 5 Reproduced the code sample given. Kdevelop 5 does show the autocompletion while using boost::bimap package. I have not entered any starting characters(so as to avoid kate-completion) for map.left. Kdevelop correctly shows all the autocompletion suggestions. Attached the screenshot for reference.