2
0
mirror of https://github.com/boostorg/any.git synced 2026-02-01 08:02:07 +00:00

revert previous "fix"

[SVN r10528]
This commit is contained in:
uid30850
2001-07-04 21:51:13 +00:00
parent a1eb2a8e73
commit 00f4eb77d3

View File

@@ -33,7 +33,7 @@ namespace boost
{
}
~any() throw()
~any()
{
delete content;
}