Public bug reported:

Although my program doesn't have the QT_NO_STL macro defined, when I try
to assign a std::string object to a QString object the operation fails
silently, either through QString::FromStdString() and
QString::QString(std::string &).  Moreover, when I try to compile code
which outputs QString objects to the standard output stream, I get the
following error:

error: cannot bind ‘std::ostream’ lvalue to ‘std::basic_ostream<char>&&’

This didn't happened in Kubuntu 10.10.

** Affects: ubuntu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/793249

Title:
  QString doesn't provide QString::QString(std::string)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to