[Development] Qt LTS & C++11 plans

Thiago Macieira thiago.macieira at intel.com
Tue Nov 10 23:21:09 CET 2015


On Tuesday 10 November 2015 12:10:17 Thiago Macieira wrote:
> The problem is that the Standard Library in use is not always the one
> provided with the compiler. See the cases of libstdc++ with Clang and
> Dinkumware with QNX's GCC.
> 
> If we're going to use certain Standard Library features that weren't
> previously checked with Q_COMPILER [*], I'd like a survey of our target
> platforms to confirm the features are present and work, then we can produce
> a whitelist.

FYI

Five months ago, Mozilla *added* a tuple class instead of using std::tuple:

https://bugzilla.mozilla.org/show_bug.cgi?id=1163328

Quoting the proposal above:
> The C++11 standard library has them (std::tuple), but since we can't use
> that yet, I propose adding one to MFBT.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Development mailing list