$include_dir="/home/hyper-archives/boost/include";
include("$include_dir/msg-header.inc")
?>
- Next message: Peter Dimov: "Re: [boost] To split, or not to split, or something else? RE: type_traits rewrite, modularization, dependencies, etc."
- Previous message: Robert Ramey: "Re: [boost] To split, or not to split, or something else? RE: type_traits rewrite, modularization, dependencies, etc."
- In reply to: Ion Gaztañaga: "Re: [boost] BOOST_HAS_PRAGMA_ONCE"
- Next in thread: Stephen Kelly: "Re: [boost] BOOST_HAS_PRAGMA_ONCE"
On Wed, Feb 4, 2015 at 6:20 PM, Ion Gaztañaga <igaztanaga_at_[hidden]> wrote:
>> Yes, it should be a very tiny help.. except if config.hpp also uses
>> pragma once ;-)
>
>
> And I've seen it uses it ;-)
>
> #ifdef BOOST_HAS_PRAGMA_ONCE
> #pragma once
> #endif
>
> so it would only help on compilers without pragma once, in any case, I just
> put that on one file and copy-pasted, there was no any clever intention on
> that.
Compilers without pragma once might also be smart enough not to
reopen/reparse the entire file if they detect header guards.
- Next message: Peter Dimov: "Re: [boost] To split, or not to split, or something else? RE: type_traits rewrite, modularization, dependencies, etc."
- Previous message: Robert Ramey: "Re: [boost] To split, or not to split, or something else? RE: type_traits rewrite, modularization, dependencies, etc."
- In reply to: Ion Gaztañaga: "Re: [boost] BOOST_HAS_PRAGMA_ONCE"
- Next in thread: Stephen Kelly: "Re: [boost] BOOST_HAS_PRAGMA_ONCE"
$include_dir="/home/hyper-archives/boost/include";
include("$include_dir/msg-footer.inc");
?>