On Aug 27, 2010, at 3:54 AM, Francois Pichet wrote:

> On Thu, Aug 26, 2010 at 10:28 AM, Douglas Gregor <[email protected]> wrote:
>> This test case is clearly broken:
> 
> Sorry for the broken test case.
> Here is an updated patch.
> 
>> Does Visual C++ also implicitly declare namespace "std" or "std::type_info"? 
>> That's the kind of thing
>> you'll also want to check.
> 
> I checked and Visual C++ really predeclares type_info at the global scope 
> level.
> In <type_info> it then does something like that:
> 
> class type_info {
>    //..
> };
> 
> namespace std {
>    using ::type_info;
> }

Okay. Committed as r112478, thanks!

        - Doug


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to