$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] BOOST_HAS_PRAGMA_ONCE
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2015-02-04 12:20:35
> 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.
Best,
Ion