
9 Oct
2011
9 Oct
'11
6:52 p.m.
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