[Development] QHash<const char*,..>

René J.V. Bertin rjvbertin at gmail.com
Thu Jan 18 15:12:42 CET 2018


Hi,

It took me a while to figure out why my QHash map of a const char* to something else didn't work despite containing the expected key,value combinations. I understand that the bug was in my code rather than in QHash, because the class is not designed to work with basic data types.

It could help though if a compiler error were raised in this kind of situation, would that be possible?

thanks,
R.



More information about the Development mailing list