On 11/28/2016 11:43 PM, Burak Arslan wrote:
On 11/28/16 12:54, André Somers wrote:
there is nothing wrong with using std containers in a Qt application,
Aren't qt-branded containers emit-friendly? AFAIK the meaty bits are
refcounted which makes it a non-issue to pass them around from signals
to slots (even across thread boundaries). How should one use std
containers in such cases? wrap everything with a std::shared_ptr  ?

I believe that was the salient point that Thiago made earlier in this thread:


On 11/27/2016 12:58 PM, Thiago Macieira wrote:
...
The containers, however, are quite different. The two most important
differences are:
  *1) implicit sharing*
  2) better naming of functions

[#2: obviously, in our opinion]

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to