Boost logo

Boost :

From: Tobias Schwinger (tschwinger_at_[hidden])
Date: 2004-09-30 04:50:20


Nicola Musatti wrote:

> Tobias Schwinger wrote:
>
> template <typename T> struct C {
> int f() { return 3; }
> };
>
> template <> int C<char>::f() { return 4; }

Oh god - forive me ;+) big thanks for pointing me at it - I used it
completely wrong, until now... And sorry for any confusion !

I thought the whole time about something like this:

template<class A, class B, class C> struct specialize_me<A (B::*)(C)>
... (BCC won't even parse it)

However, I just read the text in the Config documentation again and now
it seems perfectly clear what it means ;+) - also the name suits better
now, somehow ...

> Cheers,
> Nicola Musatti
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost
>


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