| Submitter | Gabriel Dos Reis |
|---|---|
| Date | March 1, 2013, 3:19 p.m. |
| Message ID | <87621bywob.fsf@euclid.axiomatics.org> |
| Download | mbox | patch |
| Permalink | /patch/224387/ |
| State | New |
| Headers | show |
Comments
Patch
Index: gcc/cp/lex.c =================================================================== --- gcc/cp/lex.c (revision 196384) +++ gcc/cp/lex.c (working copy) @@ -51,9 +51,6 @@ /* A constraint that can be tested at compile time. */ #define CONSTRAINT(name, expr) extern int constraint_##name [(expr) ? 1 : -1] -/* True if C++ concepts are enabled. */ -bool flag_concepts = true; - /* Functions and data structures for #pragma interface. `#pragma implementation' means that the main file being compiled