Boost logo

Boost :

Subject: Re: [boost] [1.48.0] TypeTraits additions
From: Frédéric Bron (frederic.bron_at_[hidden])
Date: 2011-10-09 14:52:07


> in type_traits.hpp, all #include use "boost/..." but one uses
> <boost/...>. Why not <> for all?
> Which one should I use?

Apart from type_traits.hpp, I can count in boost/*.hpp:
- 40 times #include "boost/...hpp"
- 461 times #include <boost/...hpp>

So I go for another <>. It may be good to have uniform #includes in
the future. -> trunk r74860

Frédéric


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk