On Monday, 24 July 2017 00:00:36 PDT Marc Mutz wrote:
> Hi,
> 
> We haven't added deduction guides to any Qt class, yet. If you want to
> use bleeding-edge C++, use C++, iow: std::map.

std::map currently (GCC 7.1.1) works less well than QMap, since you can't even 
trick it. The std::pair that std::map uses requires a const Key, which you 
can't get with a primitive prvalue.

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

_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to