$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost policy for putting headers in boost/ Was: #3541Support <boost/ptr_map.hpp>
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2009-10-29 09:51:39
John Maddock skrev:
> So +1 for a mpl/type_traits style of organization from me too,
+ 1
Given that I pull in <boost/lib/foo.hpp>, we might also consider to
require that namespace match:
boost::lib::foo f;
Given that there are a number of old libraries that does follow this, is
there any backwards compatible way to achieve this?
-Thorsten