Boost logo

Boost :

Subject: Re: [boost] Boost::Process is broken
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2017-08-02 17:43:28


On 08/02/17 20:18, Wilfred Smith via Boost wrote:
> All,
>
> Has anyone tried to build with <boost/process.hpp> included using XCode 9.0? I don’t think this went through code review.
>
> include/boost/process/exception.hpp:22:30: error: using declaration cannot refer to a constructor
> using std::system_error::system_error;
> ~~~~~~~~~~~~~~~~~~~^
>
> I’m not sure that does what was intended, and the compiler thinks it’s silly talk…
>
> Any and all assistance appreciated in advance…

This is constructor inheritance[1]. It seems, your compiler doesn't
support it.

[1]: http://en.cppreference.com/w/cpp/language/using_declaration


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk