$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [git conversion] type_traits problems; spurious headers
From: Beman Dawes (bdawes_at_[hidden])
Date: 2013-07-18 22:12:07
libs/type_traits/include/boost has these files:
aligned_storage.hpp
call_traits.hpp
config.hpp
smart_ptr.hpp
timer.hpp
type_traits.hpp
utility.hpp
AFAIK, call_traits.hpp and type_traits.hpp are supposed to be there, but
the rest are spurious, and are causing "b2 headers" to create some
incorrect links that are preventing testing many libraries.
--Beman