From 00f4eb77d366a8035dc425db43041b4fc034ead3 Mon Sep 17 00:00:00 2001 From: uid30850 Date: Wed, 4 Jul 2001 21:51:13 +0000 Subject: [PATCH] revert previous "fix" [SVN r10528] --- include/boost/any.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/any.hpp b/include/boost/any.hpp index 15b12af..da64f29 100644 --- a/include/boost/any.hpp +++ b/include/boost/any.hpp @@ -33,7 +33,7 @@ namespace boost { } - ~any() throw() + ~any() { delete content; }