Re: C++ keywords in headers (was Re: [GENERAL] #include ) - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: C++ keywords in headers (was Re: [GENERAL] #include )
Date
Msg-id AANLkTimLW5CDDkJX=pe7_dC_463LRS5ijaz0wQQ1w-gL@mail.gmail.com
Whole thread Raw
In response to Re: C++ keywords in headers (was Re: [GENERAL] #include )  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I believe that Dave Page wants to move to building pg for windows
using visual C++ 2010 some time this year. That alone may be enough of
a reason to check for C++0x keywords in headers:

http://blogs.msdn.com/b/vcblog/archive/2010/04/06/c-0x-core-language-features-in-vc10-the-table.aspx

I think that there is likely to be an expectation that the same
compiler that is used to build pg should be able to include pg headers
in C++ TUs.

-- 
Regards,
Peter Geoghegan


pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: Re: contrib/snapshot
Next
From: Tatsuo Ishii
Date:
Subject: Re: How to know killed by pg_terminate_backend