Try to destruct values in a way that all compilers might like.

[SVN r51983]
This commit is contained in:
Daniel James
2009-03-26 07:00:46 +00:00
parent 3a8739cd60
commit 188bcafdec
2 changed files with 2 additions and 7 deletions

View File

@@ -223,11 +223,6 @@ namespace boost {
functions func2_;
functions_ptr func_; // The currently active functions.
};
template <typename T>
void destroy(T* x) {
x->~T();
}
}
}