Hi, On Monday 26 July 2010 20:54:24 ext Mateusz 'Matthew' Marek wrote: > last time I worked with Boost and I have a little problem. Because I > am not a Boost Master, so is very helpful to me having code > completion. But Qt Creator had a little problem with that. Everything > is OK (or almost OK, looks like Qt Creator doesn't see templates) > until is typedef in the code. In boost::asio is basic_deadline_timer<> > with 3 kind of constructors with different arguments. But also is > typedef basic_deadline_time<boost::posix_time::ptime> deadline_timer. > And now, when I put in my code boost::asio::deadline_time t, Qt > Creator don't tell me that there is 3 different constructors and which > arguments they have, but don't have this problem when I write > boost::asio::basic_deadline_timer<boost::posix_time::ptime> t.
the problems with code completion for templates are known and something we're working on in the master branch. Your particular problem sounds like an instance of http://bugreports.qt.nokia.com/browse/QTCREATORBUG-815 also check out http://bugreports.qt.nokia.com/browse/QTCREATORBUG-955 for an overview. Cheers, Christian _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
