$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] not so important: was Re: workaround ideas?
From: Noah Roberts (roberts.noah_at_[hidden])
Date: 2009-03-03 14:47:18
Noah Roberts wrote:
> This may be a little OT but as it applies to metaprogramming and ideas 
> from the book I thought it the best place to ask.
> 
> On pgs 191/2 of the MPL book (section 9.5) is a set of ideas meant to 
> introduce the inherit_linearly metafunction.  There are some things I 
> want to do that suggested this was actually the better way to go for me. 
I solved the issues I had with the other way to do it, using 
mpl::inherit_linearly, so this isn't such a problem anymore.  It's 
obviously a compiler bug, one they actually fixed in the next version.