This is the mail archive of the gcc-patches@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]

Huge C++ PATCH to merge c++-concepts branch


I've been banging on the concepts branch for the past month after Andrew told me it was about ready to merge, fixing bugs and streamlining things there to get familiar with the code while I could still look at it as a whole rather than mixed in with the rest of the compiler. But I think I've reached diminishing returns and so I'm going to go ahead and merge it into the trunk.

For those not immersed in C++ standardization, Concepts is a new C++ language feature, significantly different from the C++11 incarnation, which is about to have a Technical Specification published, and hopefully make it into a future C++ standard. An older draft of the TS is available at http://www.open-std.org/Jtc1/sc22/wg21/docs/papers/2015/n4377.pdf

Tested x86_64-pc-linux-gnu, applying to trunk.

Attachment: concepts.txt
Description: Text document

Attachment: concepts.patch.bz2
Description: application/bzip


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