This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Status of the PPH implementation


On 25 May 2012 21:26, Diego Novillo wrote:
>
> - Some files give syntax errors when compiled in isolation because they are
> missing symbols. for example, ext/algorithm needs __gnu_cxx::is_sorted.

I'm not sure what this refers to (<ext/algorithm> either defines
__gnu_cxx::is_sorted or has a using declaration for std::is_sorted in
C++11 mode) but I'm very much in favour of anything that moves towards
support for modules, so if there's anything libstdc++-related I can do
to help please let me know.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]