Issue Details (XML | Word | Printable)

Key: STDCXX-30
Type: Sub-task Sub-task
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Martin Sebor
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
C++ Standard Library
STDCXX-27

implement C++ 0x metaprogramming facilities and type traits

Created: 20/Sep/05 02:26 AM   Updated: 11/Jul/09 12:07 AM
Return to search
Component/s: TR1.4 - Metaprogramming and Type Traits
Affects Version/s: None
Fix Version/s: 5.0.0

Time Tracking:
Not Specified

File Attachments:
  Size
HTML File cpp_extensions.html 2008-07-14 07:15 PM Martin Sebor 16 kB
Environment: All
Issue Links:
Cloners
 


 Description  « Hide
This is a placeholder task to implement the C++ Standard Library extensions described in the Metaprogramming and Type Traits section of the Technical Report on C++ Library Extensions.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Martin Sebor added a comment - 16/May/07 04:05 PM
The Type Traits are:
  • Unary type traits (<type_traits>)
  • Relationship between types (<type_traits>)
  • Transformation between types (<type_traits>)

Andrew Black added a comment - 23/Aug/07 06:32 PM
This task is a forward looking task for the next version of the C++ standard. As we are tentatively planning inclusion of most or all of the TR1 feature set in the 5.0 release, I am setting that release as a fix target.

Andrew Black made changes - 23/Aug/07 06:32 PM
Field Original Value New Value
Fix Version/s 5.0 [ 12312691 ]
Affects Version/s 4.1.2 [ 12310173 ]
Travis Vitek made changes - 07/May/08 08:50 PM
Assignee Travis Vitek [ vitek ]
Travis Vitek made changes - 07/May/08 08:51 PM
Link This issue is cloned as STDCXX-916 [ STDCXX-916 ]
Martin Sebor added a comment - 08/Jul/08 09:21 PM
Changed the Summary to reflect the objective of this task: to implement all of the C++ 0x extensions and not just their TR1 subset.

Martin Sebor made changes - 08/Jul/08 09:21 PM
Summary implement TR1 metaprogramming facilities and type traits implement C++ 0x metaprogramming facilities and type traits
Martin Sebor added a comment - 14/Jul/08 07:14 PM
The following document outlines an API for Compiler Support for type_traits proposed by Howard Hinnant:
http://home.twcny.rr.com/hinnant/cpp_extensions/cpp_extensions

Martin Sebor added a comment - 14/Jul/08 07:15 PM
Attached Howard Hinnant's Compiler Support for type_traits in case the page should go away.

Martin Sebor made changes - 14/Jul/08 07:15 PM
Attachment cpp_extensions.html [ 12386002 ]
Travis Vitek made changes - 11/Jul/09 12:07 AM
Assignee Travis Vitek [ vitek ]