Re: [Boost-bugs] [Boost C++ Libraries] #10196: thread_specific_ptr does not support void*

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10196: thread_specific_ptr does not support void*
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-07-23 21:25:29


#10196: thread_specific_ptr does not support void*
--------------------------------------+----------------------
  Reporter: Zhihao Yuan <lichray@…> | Owner: viboes
      Type: Bugs | Status: assigned
 Milestone: To Be Determined | Component: thread
   Version: Boost 1.54.0 | Severity: Problem
Resolution: | Keywords:
--------------------------------------+----------------------

Comment (by viboes):

 Would the following line (*) compile?


 {{{
         void operator*() const
         {
             return *get(); // (*)
         }
 }}}

 Please, could you add a test case?

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10196#comment:4>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:16 UTC