Boost logo

Boost :

From: David Abrahams (abrahams_at_[hidden])
Date: 2000-11-17 19:55:59


I've used "poor man's partial specialization" to deal with this very issue
in py_cpp. See, for example, caller.h and callback.h.

-Dave

----- Original Message -----
From: "Jesse Jones" <jejones_at_[hidden]>
> >After all, VC++ won't work with this code:
> >
> >void func()
> >{
> >}
> >
> >template <typename T>
> >void bar(T* p)
> >{
> > return func();
> >}
>
> Ugh. That seems to be enough to shoot down my alternative on MSVC.
>
> -- Jesse
>
>
>
>
>
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk