implement C++ 0x Concepts
-------------------------

                 Key: STDCXX-672
                 URL: https://issues.apache.org/jira/browse/STDCXX-672
             Project: C++ Standard Library
          Issue Type: New Feature
          Components: Configuration
    Affects Versions: 4.2.0
            Reporter: Martin Sebor
             Fix For: 4.3


This is a placeholder to [conditionally] implement C++ 0x Concepts in the 
library and enable them as compilers start to come online (initially for 
ConceptGCC: http://www.generic-programming.org/software/ConceptGCC).

Normative info on Concepts can be found here:

Proposed Wording for Concepts (Revision 3)
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2421.pdf

Concepts for the C++0x Standard Library: Approach
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2036.pdf

Concepts for the C++0x Standard Library: Introduction
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2037.pdf

Concepts for the C++0x Standard Library: Algorithms
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2040.pdf

Concepts for the C++0x Standard Library: Numerics
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2041.pdf

Concepts for the C++0x Standard Library: Utilities (Revision 2):
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2322.pdf

Concepts for the C++0x Standard Library: Iterators (Revision 2):
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2323.pdf

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to