From 8a3a58e0b21488bbc0728d54a2bbd2b30f5fa11c Mon Sep 17 00:00:00 2001 From: fche Date: Fri, 20 Jun 2003 21:29:13 +0000 Subject: [PATCH] 2003-06-20 Frank Ch. Eigler * sidattrutil.h (fixed_attribute_map_with_logging_component): Add throw() decoration to dtor. --- sid/include/ChangeLog | 5 +++++ sid/include/sidattrutil.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/sid/include/ChangeLog b/sid/include/ChangeLog index b9d2856e0a..08bbf27bd9 100644 --- a/sid/include/ChangeLog +++ b/sid/include/ChangeLog @@ -1,3 +1,8 @@ +2003-06-20 Frank Ch. Eigler + + * sidattrutil.h (fixed_attribute_map_with_logging_component): + Add throw() decoration to dtor. + 2003-06-10 Dave Brolley * sidattrutil.h (sidpinutil.h): #include it. diff --git a/sid/include/sidattrutil.h b/sid/include/sidattrutil.h index 713ef96a7b..7724ad3fdd 100644 --- a/sid/include/sidattrutil.h +++ b/sid/include/sidattrutil.h @@ -1041,7 +1041,7 @@ make_attribute (const sid::any_int& 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 (); -- 2.11.0