$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Perry Smith (pedz_at_[hidden])
Date: 2006-02-17 14:23:51
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?
Thanks,
Perry