$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [pool] variadically templated object_pool.construct()
From: Edward Diener (eldiener_at_[hidden])
Date: 2017-09-06 12:51:31
On 9/6/2017 4:39 AM, degski via Boost wrote:
> I would like to request to bring object_pool.hpp up-to-date (all the way to
> 2011) and include a member function with this signature:
>
> template<typename ... Args>
> element_type * construct( Args && ... args_ );
>
> degski
>
Please create a PR, with some added doc and a test.