$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Janek Kozicki (janek_listy_at_[hidden])
Date: 2007-06-22 12:05:45
Seweryn Habdank-Wojewódzki said: (by the date of Fri, 22 Jun 2007 09:43:00 +0200)
wouldn't it help if you just add a template declaration beforehand?
template < typename T > struct Bar;
or sth like that.
> class Foo {
> public:
> // ...
> typedef Bar<A> BA;
> typedef int A;
> };
>
> template < typename T >
> struct Bar
> {
> T t_;
> };
-- Janek Kozicki |