[cfe-commits] PATCH [1/2]: Implementation of Embarcadero expression traits
Douglas Gregor
dgregor at apple.com
Mon Feb 21 22:36:15 PST 2011
Sent from my iPhone
On Feb 21, 2011, at 9:52 PM, John Wiegley <johnw at boostpro.com> wrote:
> Douglas Gregor <dgregor at apple.com> writes:
>
>>> +#if 0
>>> +#include <typeinfo>
>>> +#endif
>>
>> Why the #if 0 block?
>
> This inclusion fails on Windows 7 using Visual Studio 2008. The test that
> depends on this inclusion is likewise commented out. Better both to be
> removed?
I suggest I inlining just the part of this header that you need, e.g., the forward declaration of typeinfo.
More information about the cfe-commits
mailing list