Re: C++ in kernel (was Re: exception in a device driver)

Chip Salzenberg (chip@perlsupport.com)
Sat, 16 Jan 1999 15:42:25 -0500


According to Khimenko Victor:
> struct BaseVptr {
> int (*foo)(struct Base* this);
> void (*destructor)(struct Base* this);
> };

Adding the destructor doesn't make your test valid if you don't bother
to call it. And you didn't.

This is my last reply to you, Victor; I find you closed to reasoning.

-- 
Chip Salzenberg      - a.k.a. -      <chip@perlsupport.com>
      "When do you work?"   "Whenever I'm not busy."

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/