
17 Feb
2006
17 Feb
'06
7:23 p.m.
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

18 Feb
18 Feb
1:57 a.m.
Perry Smith
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
7001
Age (days ago)
7002
Last active (days ago)
1 comments
2 participants
participants (2)
-
David Abrahams
-
Perry Smith