Boost logo

Boost :

Subject: Re: [boost] Boost.Test updates in trunk: need for (mini) review?
From: Evgeny Panasyuk (evgeny.panasyuk_at_[hidden])
Date: 2012-10-20 06:04:53


20.10.2012 13:44, Gennadiy Rozenal wrote:
> No. It uses a lot of C++11 inside the implementation. It might have been
> possible to implement somewhat limited c++98 version, but I do not have time
> to work on that. Feel free to submit a patch ;)

1. Where is the latest version? In svn trunk?
2. Is it OK to introduce dependencies on other boost libraries in order
to replace C++11 features? For instance replace (std::list + std::move)
with (boost::container::list + boost::move), (std::shared_ptr +
std::make_shared) with (boost::shared_ptr + boost::make_shared)?

Best Regards,
Evgeny


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