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.