
23 Feb
2010
23 Feb
'10
2:53 p.m.
Hi,
This code prints double and 0 where I would expect is_same to print 1. msvc2008, boost trunk
#include <iostream>
#include ::type t0;
int main()
{
std::cout<< typeid(t0).name() <