[git conversion] type_traits problems; spurious headers
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
on Thu Jul 18 2013, Beman Dawes
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.
I think Daniel sorted these out in a recent commit. Please check again. -- Dave Abrahams
participants (2)
-
Beman Dawes
-
Dave Abrahams