Re: [Development] How to include Standard Library headers from Qt ones?

2017-04-14 Thread Marc Mutz
On Saturday 15 April 2017 00:49:35 Giuseppe D'Angelo wrote: > * Q_DECLARE_TYPEINFO over suitable Standard Library datatypes; I can only think of std::pair here, and it's done already, in qhashfunctions.h Specifically, we can say nothing about any of the std containers, as they are free to choose

Re: [Development] As Qt contemplates its future..

2017-04-14 Thread Randall O'Reilly
On Apr 15, 2017, at 7:23 AM, Shawn Rutledge wrote: > > >> On 13 Apr 2017, at 14:02, Randall O'Reilly >> wrote: >> >> With the recent language explosion, there are now languages to fit >> everyone’s biases and aesthetics. > > This explosion is possible because of common language backends a

[Development] How to include Standard Library headers from Qt ones?

2017-04-14 Thread Giuseppe D'Angelo
Howdy, I'm looking for a resolution regarding the problem of including Standard Library headers from Qt ones. Most notably, I'd like to find a solution for the problems of: * Q_DECLARE_TYPEINFO over suitable Standard Library datatypes; * defining qHash over suitable Standard Library datatypes; *

Re: [Development] As Qt contemplates its future..

2017-04-14 Thread Shawn Rutledge
> On 13 Apr 2017, at 14:02, Randall O'Reilly wrote: > > With the recent language explosion, there are now languages to fit everyone’s > biases and aesthetics. This explosion is possible because of common language backends and VMs like the JVM, CLR or LLVM. (Hacking gcc to add a new languag