c++ - Why doesn't QString overload + operator? -


i've stumbled upon strange behavior when using operator+ on qstrings until found out qstring doesn't overload operator+ (in contrary std::string). reasons there not (especially since overloaded quite bunch of other operators)?

edit: sorry, have looked wrong section in docs. can please close question?

it provides + operator, question have @ right hand side?


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -