
30 Sep
2004
30 Sep
'04
9:50 a.m.
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