
At Thu, 13 Jan 2011 23:26:32 +0100, vicente.botet wrote:
----- Original Message ----- From: "Dave Abrahams" <dave@boostpro.com> To: <boost@lists.boost.org> Sent: Thursday, January 13, 2011 10:29 PM Subject: Re: [boost] Improving review process
On Thu, Jan 13, 2011 at 11:49 AM, vicente.botet <vicente.botet@wanadoo.fr> wrote:
Another case could be that the library depends on another library not yet scheduled.
That's actually no reason to hold up the review. Any dependencies can be recoded as implementation details for final submission until they're ready to be reviewed on their own.
You are right if the dependency is an implementation detail, not if the dependency appears on the interface.
Meh. You can always alias the dependency into the library under review for the purposes of the interface. In other words, instead of using boost::bar::x in the interface of boost::foo::f, use boost::foo::bar::x. -- Dave Abrahams BoostPro Computing http://www.boostpro.com