|
Boost : |
From: Peter Dimov (pdimov_at_[hidden])
Date: 2001-07-05 09:58:43
From: "Beman Dawes" <bdawes_at_[hidden]>
> Anyhow, we should probably globally change to #include "..."
>
> That is the correct form for all non-standard library includes, and Boost
> should be using it.
Using the <...> form has some benefits:
* You know which header is being included, since the current directory is
not searched (I know that this is implementation-specific, but it's often
true.)
* Some compilers treat the <...> code less "strictly", suppressing some high
level warnings that are good to have in user code, but often superfluous in
a low-level library.
-- Peter Dimov Multi Media Ltd.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk