[ 
https://issues.apache.org/jira/browse/STDCXX-343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548880
 ] 

Travis Vitek commented on STDCXX-343:
-------------------------------------

This is a source incompatible change. Technically this should be rescheduled 
for 5.0. Discussion on this particular bug can be found here
http://www.nabble.com/forum/ViewPost.jtp?post=13986319&framed=y

> [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
>         Environment: all
>            Reporter: Martin Sebor
>            Assignee: Travis Vitek
>             Fix For: 4.2.1
>
>
> 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.

Reply via email to