Finalizes the fix to Bug #1260, making vtable_base an actual POD type (oops)

and playing more nicely with reinterpret_cast (thanks to Brad King for the
fixes).



[SVN r39285]
This commit is contained in:
Douglas Gregor
2007-09-14 21:05:46 +00:00
parent 3312c7ffcd
commit 53b95c386d
2 changed files with 5 additions and 9 deletions

View File

@ -478,7 +478,6 @@ namespace boost {
*/
struct vtable_base
{
vtable_base() : manager(0) { }
void (*manager)(const function_buffer& in_buffer,
function_buffer& out_buffer,
functor_manager_operation_type op);