[
https://issues.apache.org/jira/browse/STDCXX-343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Sebor updated STDCXX-343:
--------------------------------
Severity: Usability
Affects Version/s: 4.1.4
4.2.0
4.2.1
Remaining Estimate: 3h
Original Estimate: 3h
Added all releases to the list of affected versions and estimated effort.
> [LWG #541] std::auto_ptr<void> specialization missing
> -----------------------------------------------------
>
> Key: STDCXX-343
> URL: https://issues.apache.org/jira/browse/STDCXX-343
> Project: C++ Standard Library
> Issue Type: Improvement
> Components: 20. General Utilities
> Affects Versions: 4.1.3, 4.1.4, 4.2.0, 4.2.1
> Environment: all
> Reporter: Martin Sebor
> Assignee: Travis Vitek
> Priority: Minor
> Fix For: 4.3
>
> Original Estimate: 3h
> Remaining Estimate: 3h
>
> The resolution of issue 541 adds an explicit specialization for
> std::auto_ptr<void> with the following definition:
> template<> class auto_ptr<void>
> {
> public:
> typedef void element_type;
> };
> See http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#541
> This needs to be implemented (since otherwise the specialization has
> undefined behavior -- see STDCXX-172).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.