Your message dated Wed, 12 Jul 2006 00:28:50 +0200
with message-id <[EMAIL PROTECTED]>
and subject line closed by latest upload
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libtut-dev
Version: 0.0.20050519-1
Severity: wishlist
Tags: patch upstream

The following patch makes it easier to work with constructed
explanation strings. Please consider.

Also, it may be worth to consider adding wide character support.

--- tut.h.orig  2005-06-13 14:22:02.895129828 +0200
+++ tut.h       2005-06-13 14:24:03.296710087 +0200
@@ -457,6 +457,24 @@
     }
 
     /**
+     * Tests provided condition.
+     * Throws if false.
+     */
+    void ensure(std::string const& msg,bool cond)
+    {
+       if( !cond ) throw failure(msg);
+    }
+
+    /**
+     * Tests provided condition.
+     * Throws if false.
+     */
+    void ensure(std::ostringstream const& ost,bool cond)
+    {
+       if( !cond ) throw failure(ost.str());
+    }
+
+    /**
      * Tests two objects for being equal.
      * Throws if false.
      *

-- 
 .''`.     martin f. krafft <[EMAIL PROTECTED]>
: :'  :    proud Debian developer, admin, user, and author
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!
 
"it is easier to be a lover than a husband for the simple reason
 that it is more difficult to be witty every day
 than to say pretty things from time to time."
                                                   -- honoré de balzac

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Version: 0.0.20060329-1

I forgot to close this bug, which was fixed by the latest upload.

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`.     martin f. krafft <[EMAIL PROTECTED]>
: :'  :    proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system

Attachment: signature.asc
Description: Digital signature (GPG/PGP)


--- End Message ---

Reply via email to