Boost logo

Boost :

From: Andrei Alexandrescu (andrewalex_at_[hidden])
Date: 2001-11-20 10:55:49


> SUPER_SUBCLASS is essentially a function operating on types, that takes
two
> types and returns a type.

Ah, now I realize a fatal flaw of SUPERSUBCLASS. I mentioned it in
conjunction to TYPELIST_nn. When you pass a type that contains a comma, it
won't work:

SUPERSUBCLASS(Widget<bool, int>, Midget<bool, int>)

I'll proceed and replace this macro with a template.

Andrei


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk