[boost] Re: [math constants] VC++ experts needed :)
by Daniel Frey other posts by this author
Mar 11 2004 12:42PM messages near this date
[boost] Re: [math constants] VC++ experts needed :)
|
Re: [boost] Re: [math constants] C++ Language gurus views
neededandCodewarrior & Comeau testers
Out of curiousity: What does the VC say abou this:
#include <iostream>
template <typename T> struct V {
void g() const {
std::cout << typeid(T).name() << std::endl;
}
};
template <template <typename> class T> struct B {};
struct D : B<V> {};
template <typename U>
void f (const B<U> &)
{
U<double> v;
v.g();
}
int main()
{
D d;
f(d);
}
Regards, Daniel
--
Daniel Frey
aixigo AG - financial solutions & technology
Schloß-Rahe-Straße 15, 52072 Aachen, Germany
fon: +49 (0)241 936737-42, fax: +49 (0)241 936737-99
eMail: daniel.frey@[...].de, web: http://www.aixigo.de
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Thread:
Thorsten Ottosen
Thorsten Ottosen
Daniel Frey
Thorsten Ottosen
Daniel Frey
Thorsten Ottosen
Daniel Frey
Thorsten Ottosen
Guillaume Melquiond
Daniel Frey
Bronek Kozicki
Bronek Kozicki
Bronek Kozicki
Daniel Frey
Bronek Kozicki
Daniel Frey
Daniel Frey
Bronek Kozicki
Daniel Frey
Daniel Frey
Bronek Kozicki
Daniel Frey
Bronek Kozicki
Bronek Kozicki
Daniel Frey
Paul A Bristow
Paul A Bristow
Paul A Bristow
Paul A Bristow
Phil Richards
Daniel Frey
Paul A Bristow
David Abrahams
Paul A Bristow
David Abrahams
|