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
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
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;
*
> 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