Boost logo

Boost-Build :

Subject: Re: [Boost-build] vacpp and templates
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-10-14 11:37:55


AMDG

Xavier Pegenaute wrote:
> What does the other way means exactly? Actually I have something like:
>
> 1.h
> template <typename A>
> class B {
> void foo(A & a);
> };
>
> template <typename A>
> void B::foo(A & a){ ... };
>
> 2.cpp
> #include "1.h"
>
> B<int> b();
> b.foo(3);
>

Minor syntax errors aside, this looks fine.

In Christ,
Steven Watanabe


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk