[Uml-devel] [Bug 177755] umbrello fails to compile with boost 1.37.0

Gopala Krishna A krishna.ggk at gmail.com
Wed Jan 14 19:47:47 UTC 2009


http://bugs.kde.org/show_bug.cgi?id=177755





--- Comment #6 from Gopala Krishna A <krishna ggk gmail com>  2009-01-14 20:47:46 ---
Created an attachment (id=30245)
 --> (http://bugs.kde.org/attachment.cgi?id=30245)
Patch to fix compile issue when using boost 1.37

So, this is my first attempt in fixing this issue. All I did was, 
change >= to == for the CharIterator(which is position_iterator < QChar const*
> )

And to fix length implementation, I just attempted manual counting using a loop
and a temporary.

NOTE: I don't know the consequence of above changes esp making a copy of
position_iterator and changing >= to ==.

May be the original author, Roberto Raggi can clarify.


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the umbrello-devel mailing list