OSDN Git Service

2003-06-20 Frank Ch. Eigler <fche@redhat.com>
authorfche <fche>
Fri, 20 Jun 2003 21:29:13 +0000 (21:29 +0000)
committerfche <fche>
Fri, 20 Jun 2003 21:29:13 +0000 (21:29 +0000)
* sidattrutil.h (fixed_attribute_map_with_logging_component):
Add throw() decoration to dtor.

sid/include/ChangeLog
sid/include/sidattrutil.h

index b9d2856..08bbf27 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-20  Frank Ch. Eigler  <fche@redhat.com>
+
+       * sidattrutil.h (fixed_attribute_map_with_logging_component):
+       Add throw() decoration to dtor.
+
 2003-06-10  Dave Brolley  <brolley@redhat.com>
 
        * sidattrutil.h (sidpinutil.h): #include it.
index 713ef96..7724ad3 100644 (file)
@@ -1041,7 +1041,7 @@ make_attribute (const sid::any_int<IntType,IsBig>& value)
        buffer = new char[buffer_size];
 #endif
       }
-    ~fixed_attribute_map_with_logging_component () /* throw() */
+    ~fixed_attribute_map_with_logging_component () throw()
       {
        // Output any saved messages.
        output_saved_messages ();