[Development] Dropping of MSVC 2013

Thiago Macieira thiago.macieira at intel.com
Wed Oct 18 07:43:35 CEST 2017


On Tuesday, 17 October 2017 22:25:34 PDT Philippe wrote:
> > We were. I'm asking for a quicker decision now, to decide whether I need
> > to
> > invest time making QRandomGenerator deterministic mode work on MSVC 2013.
> 
> Did you consider having a policy such as "Feature X is only available
> for compilers that suports Y" ? (to use sparingly, of course)

Yes. New features are allowed to appear ony on compilers that support certain 
C++ features.

That's not an option for this case, since I'm trying to get rid of the qrand() 
uses and we need QRandomGenerator in QHash.

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




More information about the Development mailing list