$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2006-02-17 20:57:42
Perry Smith <pedz_at_[hidden]> writes:
> I have a template like:
>
> template <typename Z>
> class foo { // ...
>
> I know that Z has the form A::B::C (three levels of nesting). Does
> boost have a way for me to define a type which refers to A::B?
No, it's not possible within the C++ language.
-- Dave Abrahams Boost Consulting www.boost-consulting.com