You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/25 21:09:43 UTC

[jira] Created: (STDCXX-672) implement C++ 0x Concepts

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.


[jira] Updated: (STDCXX-672) implement C++ 0x Concepts

Posted by "Farid Zaripov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Farid Zaripov updated STDCXX-672:
---------------------------------

    Description: 
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

  was:
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


Added space between link and the closing round bracket (otherwise this bracket was appended to the link).

> 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.