1. yes, but that isnt stl based. i am talking about a drop-in replacement that wraps a std:: container. 2. Qt containers will only store maximal number of MAX_INT number of items, ie 2147483647. 3. because i have a lot of code written against the Qt api already.
2015-01-29 21:22 GMT+01:00 Thiago Macieira <thiago.macie...@intel.com>: > On Thursday 29 January 2015 21:05:33 Felix morack wrote: > > Hi, > > > > In light of the size limitations of Qt containers, a collegue suggested > > writing an API wrapper around a std:: container. His idea was to > > template-derive from a std::vector or std::map and implement the Qt API > as > > a wrapper around the std:: API. > > > > > > Has this been attempted before? > > Why would you do that instead of using the standard containers directly? > > -- > Thiago Macieira - thiago.macieira (AT) intel.com > Software Architect - Intel Open Source Technology Center > > _______________________________________________ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest >
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest