[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


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