https://bugs.kde.org/show_bug.cgi?id=438249

--- Comment #17 from Andrei Slavoiu <ansl...@yahoo.com> ---
No, not std::string. boost::string. Found the culprit:

  //This is the structure controlling a long string
   struct long_t
   {
      size_type      is_short  : 1;
      size_type      length    : (sizeof(size_type)*CHAR_BIT - 1);

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to