Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8348: asio::detail::epoll_reactor::descriptor_state c'tor doesn't initialize all POD members
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-05-24 03:44:08
#8348: asio::detail::epoll_reactor::descriptor_state c'tor doesn't initialize all
POD members
----------------------------------------------+-----------------------------
Reporter: Richard <legalize@â¦> | Owner: chris_kohlhoff
Type: Bugs | Status: new
Milestone: To Be Determined | Component: asio
Version: Boost 1.52.0 | Severity: Cosmetic
Resolution: | Keywords:
----------------------------------------------+-----------------------------
Changes (by chris_kohlhoff):
* severity: Problem => Cosmetic
Comment:
These descriptor_state nobjects are recycled via an object_pool. The next_
and prev_ members are set by the pool. The other members are set after the
object has been obtained from the pool. It would seem that all code paths
do set the members correctly and so the warning is purely a cosmetic
issue. I'll look at fixing in the future provided there are no performance
impacts.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8348#comment:1> 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:13 UTC