$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Lisa Glendenning (lisa_at_[hidden])
Date: 2005-08-17 18:16:34
Is it possible to do something like
template <typename T>
T* Access(int n) {
return chain.component<n, T>();
}
because my compiler (GCC) doesn't like it. And if not, then how can I
access a component without knowing at compile time its index?