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


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

Re: [v3] docs patch for concept checkers


Phil Edwards <pedwards@disaster.jaj.com> writes:

[...]

| +   <P>Concept checking can be disabled when you build your code.  Just
| +      define (via -D or #define) the macro
| +      <TT>_STL_NO_CONCEPT_CHECKS</TT> (yes, with the leading underscore).
| +      In fact, this may already be defined in the library by default,
| +      depending on what decision we come to.

I'm wondering why it is not the other way around: don't turn on the
current code by default.

-- Gaby


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