$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Bruno Lalande (bruno.lalande_at_[hidden])
Date: 2008-08-08 17:36:18
Hello,
> - including <boost/type_traits.hpp> give also a huge latency
Did you try to include the specific boost/type_traits/xxx.hpp files
you need rather than the whole type_traits.hpp? They are here
precisely for that, AFAIK.
Bruno