$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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