Lars Gullik Bjønnes wrote:
Angus Leeming <[EMAIL PROTECTED]> writes:

| Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| > Here is the next step on my GUI API cleanup. Only qt4 for now.
| > Committed to the "younes" branch. Comments welcome.
| | Summary
| =======
| So a summary of this patch might be: A BufferView requires a valid WorkArea, 
so
| make the code do that. (ATM, the code logic is inverted.) The patch also makes
| the fontloader a member of the Application.
| | I have big question marks over your shared_ptr<foo> -> foo* changes. I suspect
| that you should be using weak_ptr<foo> instead.

Or stay with the shared_ptr. I really do not like these bald pointers.

As I said, I will investigate the use of weak_ptr later on. But really my use of pointer is very safe. What does "bald" mean but the way?

Abdel.

Reply via email to